How mysql_query works
Posted: Wed Jul 22, 2009 3:09 am
Hi,
(I hope i have posted in the right section)
I would like how below code would work
$result = mysql_query('select * from table');
does php store all rows return by this query in the $result obj?
Just curious.
(I hope i have posted in the right section)
I would like how below code would work
$result = mysql_query('select * from table');
does php store all rows return by this query in the $result obj?
Just curious.