What is the best way to return a single value from a mysql query with php? Rather than use mysql_fetch_array or assoc...
Basically is there a mysql function i can use to return the value into a single variable?
ex:
Basically is there a mysql function i can use to return the value into a single variable?
ex:
PHP:
$single_value = mysql_...($resource);