Posted by Rik on 04/18/06 09:29
Jim Whitaker wrote: > I WANT TO KNOW HOW > TO LOOP THROUGH RECORDS AND PLUCK INFORMATION FROM THEM. Now, that > is to the point. $result = mysql_query(some_query); while(mysql_fetch_array($result,MYSQL_ASSOC){ //do stuff with it }
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming