I'm trying to call a stored procedure from PHP.The stored proc runs a select query and returns me all the rows. Is there a way in PHP to handle these multiple returned rows??
Thanx, Singh