Any performance issues re: using fetch_row vs. fetch_array?

No significant performance issues. If you want to be precise and save a little overhead, use
$row = mysql_fetch_array ($result, MYSQL_ASSOC);


The returned record will ONLY be returned as an associative array.

Larry


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to