Home Answers Viewqa PHP How many ways we can retrieve the date in result set of mysql using php?

 
 


brijesh
How many ways we can retrieve the date in result set of mysql using php?
1 Answer(s)      2 years and 7 months ago
Posted in : PHP

How many ways we can retrieve the date in result set of mysql using php?

View Answers

November 15, 2010 at 4:08 PM


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









Related Pages: