Question about php URGENT!?

isk2837

New member
I'm using php. enter a query in $query, then enter line below:
$result=mysql_query($query);
i assume the result of the query is stored in $result, but how do i then access that data?
 
Back
Top