Monday, April 23, 2012

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

We can fetch the data from the database by 4 ways

1. mysql_fetch_row.
2. mysql_fetch_array
3. mysql_fetch_object
4. mysql_fetch_assoc

No comments:

Post a Comment