does mysql_ fetch_array have a single friend?
Posted: Wed Sep 19, 2007 2:36 pm
Hello, I am just wondering is it a problem to use mysql_fetch array when i know that I'm going to be pulling out just one row?
mysql_fetch_row gives back an indexed array which isn't sexy.
is there another function I should learn or is mysql_ fetch_array the way to go when just wanting one row as an associative array?
mysql_fetch_row gives back an indexed array which isn't sexy.
is there another function I should learn or is mysql_ fetch_array the way to go when just wanting one row as an associative array?