How the result set of MySQL be handled in PHP?
The result set can be handled using mysql_fetch_array, mysql_fetch_***oc, mysql_fetch_object or mysql_fetch_row.
The result set can be handled using mysql_fetch_array, mysql_fetch_***oc, mysql_fetch_object or mysql_fetch_row.
Comment