Thread
:
A Couple PHP & MySQL Questions
View Single Post
07-23-2002, 05:52 AM
#
10
(
permalink
)
sde
Moderator
Join Date: May 2002
Location: us.ca
Posts: 4,505
i think there there are to lines that are out of order:
PHP Code:
$result
=
mysql_query
(
$query
);
$rows
=
mysql_fetch_array
(
$result
);
try that .. $result is the query .. that should happen first, .. then fetch the rows of the query after.
sde
View Public Profile
Visit sde's homepage!
Find More Posts by sde