View Single Post
Old 12-06-2007, 08:05 PM   #33 (permalink)
SOCK
The Acquainted
 
Join Date: Nov 2007
Posts: 154
Thanks: 31
SOCK is on a distinguished road
Default

If the table is named `ybh305_clients`, then that's what you need to refer to.


The best thing I can recommend is to detach yourself from this script. Create a new script that does nothing but connect to and run a simple SQL statement using the MySQLi extension object. Put conditionals at every point, use is_object() and other tools to determine if it's working.

I know alot of people rely on phpMyAdmin, and I use it occasionally. I would recommend, however, to take the MySQL Tutorial and really get to know how MySQL works, how to fashion proper SQL statements, etc. phpMyAdmin is really a crutch in the long run and can lead to some odd results when trying to interact with your PHP scripts.
SOCK is offline  
Reply With Quote