Showing posts with label pointers. Show all posts
Showing posts with label pointers. Show all posts

Thursday, April 19, 2012

In PHP, what happens in memory when we use mysql_query


I used to fetch large amount of data using mysql_query then iterating through the result one by one to process the data. Ex: