|
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
}
Navigation:
[Reply to this message]
|