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