Tell me how the result set of Mysql be handled in PHP?

Submitted by: Muhammad
The result set can be handled using mysql_fetch_array, mysql_fetch_assoc, mysql_fetch_object or mysql_fetch_row.
Submitted by: Muhammad

Read Online Junior Developer PHP Job Interview Questions And Answers