MySQL Forums
Forum List  »  General

Re: loop doesnt seem to run
Posted by: Shawn Taylor
Date: November 04, 2010 01:29PM

Try this:

while ($row = mysql_fetch_assoc($result)) {
$thestyle = $theStyle . "," . $row['styletype'];
}

Options: ReplyQuote


Subject
Written By
Posted
November 03, 2010 09:03AM
Re: loop doesnt seem to run
November 04, 2010 01:29PM
November 04, 2010 06:55PM
November 05, 2010 06:05AM


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.