LanceT Posted January 20, 2008 Share Posted January 20, 2008 Is there anywhere that tells me the difference between things like mysql_fetch_array vs mysql_fetch_object vs mysql_fetch_field. It seems like these functions are almost identical and can perform the same things. Link to comment https://forums.phpfreaks.com/topic/86883-solved-the-differences/ Share on other sites More sharing options...
toplay Posted January 20, 2008 Share Posted January 20, 2008 Have a start with the manual first: http://docs.php.net/manual/en/function.mysql-fetch-array.php They're all about retrieving rows from a search result. I like using: http://docs.php.net/manual/en/function.mysql-fetch-assoc.php and: http://docs.php.net/manual/en/function.mysql-fetch-object.php Link to comment https://forums.phpfreaks.com/topic/86883-solved-the-differences/#findComment-444181 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.