Thread: PHP Update
View Single Post
  #3 (permalink)  
Old 07-05-09, 06:43 PM
mdhall's Avatar
mdhall mdhall is offline
Aspiring Coder
 
Join Date: Oct 2003
Posts: 499
Thanks: 0
Thanked 0 Times in 0 Posts
PHP Code:
    $result mysql_query("SELECT * from layouts WHERE id ORDER BY `title` ASC"); 
" WHERE id " doesn't have any value associated with it in your query.
Reply With Quote