plusnplus Posted January 6, 2010 Share Posted January 6, 2010 Hi.., As i know, there is 3 way to retrieve data from mysql(using php). a. mysql_fetch_assoc() b. mysql_fetch_row() c. mysql_fetch_array() which one of them is the best way(faster, secure, and reliable) and why. or if there is other method, please share with me Thanks for any reply/ info. Link to comment https://forums.phpfreaks.com/topic/187415-what-is-the-best-way-to-retrieve-query-data-from-mysql/ Share on other sites More sharing options...
fenway Posted January 7, 2010 Share Posted January 7, 2010 There is lots of information to share -- from the php manual. Link to comment https://forums.phpfreaks.com/topic/187415-what-is-the-best-way-to-retrieve-query-data-from-mysql/#findComment-990440 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.