How many ways we can retrieve the date in result set of mysql using php?
Hi everyone,
There are four ways to retrieve the date in result set of mysql using php.
1. mysql_fetch_array 2. mysql_fetch_object 3. mysql_fetch_assoc 4. mysql_fetch_row
Thanks
Ads