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. Quote 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. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.