View Single Post
Old 09-07-2010, 03:17 PM   PM User | #3
Dormilich
Senior Coder

 
Dormilich's Avatar
 
Join Date: Jan 2010
Location: Behind the Wall
Posts: 2,860
Thanks: 9
Thanked 290 Times in 286 Posts
Dormilich is on a distinguished road
there’s no database connection, thus the return value of mysql_query() is false.

if you want to explore OOP, then you should consider using PDO or MySQLi (OOP style) instead of the outdated mysql extension
__________________
please post your code wrapped in [CODE] [/CODE] tags
Dormilich is offline   Reply With Quote