View Single Post
Old 07-23-2002, 05:52 AM   #10 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,505
sde is on a distinguished road
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 is online now   Reply With Quote