View Single Post
  #2 (permalink)  
Old 07-01-09, 10:26 PM
windows7 windows7 is offline
Newbie Coder
 
Join Date: Mar 2009
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
mysql_query("UPDATE layouts SET thumbnail = '$image' WHERE title='$title'" or die(mysql_error()));
Try to change WHERE title LIKE `'$title'` since title's type is string I think
Reply With Quote