MySQL Forums
Forum List  »  Newbie

Re: printing fetched values
Posted by: laptop alias
Date: March 02, 2009 03:25AM

Try this:

while ($row = mysql_fetch_assoc($result))

If it doesn't work, I suggest you try asking in a PHP forum.

Options: ReplyQuote


Subject
Written By
Posted
March 02, 2009 12:52AM
Re: printing fetched values
March 02, 2009 03:25AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.