Home »

How the result set of Mysql be handled in PHP?

Question ListCategory: PHPHow the result set of Mysql be handled in PHP?
shah_kajal184 author asked 9 years ago
1 Answers
alisataylore190 author answered 8 years ago

The result set can be handled using mysql_fetch_array, mysql_fetch_assoc, mysql_fetch_object or mysql_fetch_row.

Please login or Register to Submit Answer