Thread
:
php question
View Single Post
06-09-2005, 03:24 AM
Alky
Confirmed User
Join Date: Apr 2002
Location: Houston
Posts: 5,651
also
while ($row = mysql_fetch_array{result,MYSQL_ASSOC)) is wrong,
it should be
while ($row = mysql_fetch_array($result,MYSQL_ASSOC))
Alky
View Public Profile
Find More Posts by Alky