Scott McWhite wrote:

$row = mysql_fetch_array($result); //get a row from our result set

a bit farther down...

while($row = mysql_fetch_array($result)){


Dude !
You're like pulling the same results from the same query/resultset twice (..and stuff). You can't do that, man. You have to redo the query.


(Sorry, I just watched Hurley from "Lost" :-) )

Phil

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to