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 SkipVought 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: *

  1. PhoenixDown

    Pagination with flatfile database

    Sorry, guys, I'm still stuck. :(
  2. PhoenixDown

    Pagination with flatfile database

    I have a flat file database delimited with |. Can someone please help me a code which can do the pagination? Let's say max is 10 per page. My DB is set up like the following: test|test|test test2|test2|test2 test3|test3|test3 Thanks alot! -Calvin
  3. PhoenixDown

    Problem aligning table

    I'm just going to the code like it is for now, but could you show me how to fix it? Thanks. :-)
  4. PhoenixDown

    Problem aligning table

    I need help aligning my table. The main table should be aligned with the 'Navigation' table and not the 'poll' table. Cam someone please help me fix it? Here is what it looks like: http://www.thegamingedge.com/test.html Thanks.
  5. PhoenixDown

    Mysql query

    Cool, thanks!
  6. PhoenixDown

    Mysql query

    It says: "You have an error in your SQL syntax near ')' at line 1"
  7. PhoenixDown

    White pages

    The log files didn't say anything, but it's okay because I fixed it. It's because I was using WordPad to make my PHP scripts.
  8. PhoenixDown

    Mysql query

    I havent done php in a while so could someone tell me why this isn't working include 'config.php'; $dbi = mysql_connect ("$server", "$user", "$pass") or die ("Error connecting."); mysql_select_db ("$db") or die ("Error selecting...
  9. PhoenixDown

    White pages

    I've recently installed AppServ 1.9.0 on my computer, but all of my PHP files display only white pages. This has not happened before when I have used AppServ about 3 or 4 months ago.
  10. PhoenixDown

    Excuting script from another site.

    Hi. I have 2 sites, and on one I want to execute a script for my other site. The address would be something like: http://www.mysite.com/cgi-bin/stuff/something.cgi?action=something&id=$id&username=$username&password=$password Thanks.
  11. PhoenixDown

    Problem with dates

    Why not use date()?
  12. PhoenixDown

    HTML Table question

    Thank you.
  13. PhoenixDown

    HTML Table question

    Yes, please tell me what line you edited?
  14. PhoenixDown

    HTML Table question

    Please go here (http://www.puremadnezz.com/php/test.html) and view the web page and source code. You see in the left part of the screen near the contact information? I want the table border size to be the size as the other table borders. I've tried to do it, but I've failed. Can someone please...
  15. PhoenixDown

    File upload problems.

    I'm still new at this and I can't get it to work. I'm using PHP 4.2: Warning: Unable to open '' for reading: Permission denied in c:\appserv\www\admin\index.php on line 907 Couldn't copy the file! echo &quot;<form enctype=\&quot;multipart/form-data\&quot; name=\&quot;theform\&quot...
  16. PhoenixDown

    Backing up a database

    It doesn't work on my script. I get a blank screen.
  17. PhoenixDown

    Backing up a database

    How do I backup my database and show the sql file on the web browser?
  18. PhoenixDown

    Checking if cookie exists

    Yup, it does. Thanks.
  19. PhoenixDown

    Checking if cookie exists

    How do I do that?
  20. PhoenixDown

    Password verification

    How do I check a username and password in a mysql database? I'm trying to make a user login form.

Part and Inventory Search

Back
Top