matrixinfologics Posted May 29, 2013 Share Posted May 29, 2013 what are the ways we can retrieve the data in the result set ofMySQL using PHP there are many ways like mysql_fetch_arraymysql_fetch_object mysql_fetch_assoc but what are the other ways (if any) and what are the basic difference ? Link to comment https://forums.phpfreaks.com/topic/278540-retrieve-the-data-in-the-result-set-of-mysql-using-php/ Share on other sites More sharing options...
Psycho Posted May 29, 2013 Share Posted May 29, 2013 If you know the basics, you should be able to read the manual to determine that information from yourself. http://www.php.net/manual/en/ref.mysql.php Not sure that anyone here can provide more information that isn't already covered there. Besides, this sounds like a homework question. I wouldn't want to deprive you of a learning experience which, I assume, you are paying for. Link to comment https://forums.phpfreaks.com/topic/278540-retrieve-the-data-in-the-result-set-of-mysql-using-php/#findComment-1432900 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.