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: 510
Thanks: 1
Thanked 1 Time in 1 Post
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