Forum Moderators: coopster
Spell-check:
Don’t think "big deal!..."
Yesterday I spent one hour rebuilding, changing, simplifying a query, going to the manual, books etc. to finally figure that update was spelled “UDATE” :)
[edited by: henry0 at 11:52 am (utc) on Aug. 28, 2007]
use an or die statement on your mysql_query call so that the real error is returned from mysql
add a die right after your query to not have all the other processing confusing the issue, isolate the problem
you can also add a simple while to show you whether your query is returning the proper data, though if you just build your query at the command line or some other tool this is unnecessary