seventeen
Jun 28, 2009, 03:38 PM
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: $single_value = mysql_...($resource);
Basically is there a mysql function i can use to return the value into a single variable?
ex: $single_value = mysql_...($resource);
