Home »

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

Question ListCategory: PHPIn how many ways we can retrieve the data in the result set of MySQL using PHP?
jessica537 author asked 9 years ago
1 Answers
ethanbrown author answered 8 years ago

You can do it by 4 Ways1. mysql_fetch_row.
2. mysql_fetch_array
3. mysql_fetch_object
4. mysql_fetch_assoc

Please login or Register to Submit Answer