Thread
:
PHP Update
View Single Post
#
3
(
permalink
)
07-05-09, 06:43 PM
mdhall
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.
__________________
http://grumpy-people.com
http://diecastsforsale.com
mdhall
View Public Profile
Find all posts by mdhall