|
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
|