View Single Post
Old 02-13-2008, 09:18 AM   #3 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,476
sde is on a distinguished road
you may need some other functions to get the results from a select like: mysql_fetch_array, mysql_fetch_assoc, or mysql_fetch_object, depending on the format you prefer.

another useful function may be mysql_num_rows() to get the number of results found in your query.

using it is the best way to just start understanding it.
__________________
Mike
sde is offline   Reply With Quote