Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

In how many ways we can retrieve the data in the result set of MySQL using PHP?explain them

user-image
Question added by Ayman Shorman , Devops Manager , Smart Charging Technologies
Date Posted: 2013/06/12

You can do it by4 Ways 1. mysql_fetch_row. 2. mysql_fetch_array 3. mysql_fetch_object 4. mysql_fetch_assoc 

More Questions Like This