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

2007-01-04 Thread pantichd
Chris, My bad! You're right. I was trying to put in a simple clean example but I didn't clean it up enough. I did find all those 'problems' in my posted code later but forgot to include them when I posted what the final resolution was. Thanks! Chris wrote: Also - if you want help, please post

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

2007-01-03 Thread Chris
pantichd wrote: 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. It is with table names, field names and table aliases. Stuff like SELECT, INSERT, UPDATE, WHERE isn't case sensitive (the sql

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 Sent