Scott McWhite wrote:
a bit farther down...$row = mysql_fetch_array($result); //get a row from our result set
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