Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: perlone
  • Content: Threads
  • Order by date
  1. perlone

    A Voting System Help

    Hello, I'm creating a voting system and I was wondering if you could help me. I have 2 columns - gid,IP. `gid` is the ID for game and `IP` is for IP Address. gid | IP 6 |xx.xxx.xx 7 |xx.xxx.xx 6 |xx.xxx.xx 6 |xx.xxx.xx I want to display the results like this: GID | Votes 6 | 3 7...
  2. perlone

    Regex Searching help

    Hello, I'm really new to regular expressions and I was wondering if anyone could give me a hand. What I have is some data on mySQL which contains `title`, and `keywords` and I want the user to search through the title and keywords. Here's an example: Table: games ID | Title | Keywords...
  3. perlone

    Lock/Flock with DBI

    Hello, I'm creating a program where users gets to add a review about a specific product, so far I created normal like when they add the 'comments', it adds to the database. I'm using mySQL for database and I was wondering if anyone could show me how to lock something with DBI. Thank You.
  4. perlone

    Regex - help

    Hello, I have a database filled with keywords and the program let you search for it. For example of my data: [keywords] quest,alien,campy,3d What I want to do is let you search through the keywords. So I have the following: $q=param('q'); if ($keywords =~/$q/i) { print "match"; }...
  5. perlone

    Regex help please :(

    Hello, I have some image files that has names like: PC-blah1.jpg GBA-test.jpg Is there anyway I can get the value 'blah1' and 'test'? I need to get the value between the '-' and '.jpg' . If you can, please help and thank you so much for reading. -Aaron
  6. perlone

    creating "Page created in 2.1 secs" script

    Hello, I have seen on some pages that has "Page created in 1.2 seconds" and I was wondering if anyone could show me how that is done or give me some idea. Thank you so much for reading.
  7. perlone

    Getting the last_auto increment value

    Hello, I was wondering if anyone could show me how to get the last auto increment value from a table called 'news'. Thank You so much. There is no Knowledge that is not power. Age: 17 E-mail: projectnet01@yahoo.com Company:(not done yet) :-) Status: Currently working with C++ for game...
  8. perlone

    Finding the next 'autoindex'.

    Is there anyway I can find the next autoindex integer using mySQL? Thank You. -Aaron There is no Knowledge that is not power. Age: 17 E-mail: projectnet01@yahoo.com Company:(not done yet) :-) Status: Currently working with C++ for game developing. And making a musical band. -Aaron
  9. perlone

    Inserting symbols using DBI

    Hi, I have a mySQL database and table named news. One field called "subject" which is set to "TEXT" type. EverytimeI add some symbols such as "@" or "'s", it gives me an error saying: Cannot execute statement! You have an error in your SQL syntax near...
  10. perlone

    Function and the 'include' statement

    Hello I'm orginally a Perl programmer and starting a project in PHP. I have a question about the function statement. What I want to do is store all header info (such as the HTML) in a file called 'header.php' and retrieve those information using other PHP files. Here's an example: header.php...
  11. perlone

    Delphi - changing caption on FormLoad

    Hello, I'm from Visual Basic and decided to go for Delphi. I want to change the caption of the form when the form loads. I was wondering if any of you can show me How. Thank you for your time. There is no Knowledge that is not power. Age: 17 E-mail: projectnet01@yahoo.com Company:(not done...
  12. perlone

    MsgBox - vbYes

    how can i make the vbyes button exit the whole program when clicked and the vbno button to hide the messagebox when it's clicked? There is no Knowledge that is not power. Age: 17 E-mail: projectnet01@yahoo.com Company:(not done yet) :-) Status: Currently working with C++ for game developing...
  13. perlone

    statusbar1

    Hello, For statusbar1 panel index #2, I have getTime for the text property. I want to display the time when the Form_Loads. I tried the following but no sucess: Private Sub Form_Load() Dim getTime as string getTime = "Test" End Sub Anybody can help? Thank you for your time. There...
  14. perlone

    Checking if File1 Box is selected...

    How do I check to see if the user have selected a file from the File1 box? I want to disable the command "Delete" button, if they have not selected any item from the File1 box. Thank you for your time. There is no Knowledge that is not power. Age: 17 E-mail: projectnet01@yahoo.com...
  15. perlone

    File1 and Drive1

    Hello, How do I change the File1 box's directory? I want to display the files in File1 according to the Drive1 box. Any tips? Thank you for your time. There is no Knowledge that is not power. Age: 17 E-mail: projectnet01@yahoo.com Company:(not done yet) :-) Status: Currently working with C++...
  16. perlone

    Is it ideal for hosting?

    I'm planning to get a NAS from Maxter. My main goal is to provide a large hosting service. I wanna know if it is ideal for web hosting to provide shared/dedicated hosting. Thank you for your time. There is no Knowledge that is not power. Age: 16 E-mail: projectnet01@yahoo.com Company:(not...
  17. perlone

    Can't find Alpha in Flash MX

    Can anybody tell me where the Alpha button in Flash MX is located? Can't seem to find :-[. There is no Knowledge that is not power. Age: 16 E-mail: projectnet01@yahoo.com Company:(not done yet) :-) Status: Currently working with C++ for game developing. And making a musical band. -Aaron
  18. perlone

    RaQ 550

    Hello, I'm new to this whole hosting thing and I want to host a service that will give my users atleast 250MB of space. Is RaQ 550 is right for me? If so, how many uers do you think I could? Please also let me know if you have a better cobalt server that will fit my needs. Thank you. -Aaron...
  19. perlone

    Tracking IP problem.

    Hello everyone, I'm kind of having a big problem tracking IP Addresses. See, I'm working on this game directory site where the visitors gets to vote for their favorite game for the month. I only want the users to vote one time every month. The problem is that they can restart their computer and...
  20. perlone

    Java and mySQL

    I just want to know that is there anyway I could connect java with my mySQL database? Thanks. There is no Knowledge that is not power. Age: 16 E-mail: projectnet01@yahoo.com Company:(not done yet) :-) Status: Currently working with C++ for game developing. And making a musical band. -Aaron

Part and Inventory Search

Back
Top