Thursday, August 11, 2011

What is wrong with my PHP/MySQL code?

You are writing over your $query before executing it in a mysql command, and you also close the database connection before you are done using it.

No comments:

Post a Comment