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. Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.