I have a query which will only return one result.
I have only ever used a
while($row = mysql_fetch_array($rsl)) {} loop to retrieve results.
What is the best way to reference a single result?
[man]mysql_result[/man]
Thanks very much.
Thats exactly what I need.