[PHP-DB] Can't figure out why getting "query was empty" error

2006-12-23 Thread pantichd
Hello, I am new to php so bear with me. I have a simple php file that tries to insert data into a mySQL database table. When I try to run it I get a "query was empty". I've googled this error message and found many, many hits but I still can't figure out what's wrong with my script. Here's a sn

Re: [PHP-DB] Can't figure out why getting "query was empty" error

2006-12-23 Thread pantichd
Figured it out. The name of the table was "Person" instead of "person"...First letter was a capital "P" I didn't realize that the sql was case-sensitive. -- View this message in context: http://www.nabble.com/Can%27t-figure-out-why-getting-%22query-was-empty%22-error-tf2876259.html#a8039436