Blog Category: MySQL
July 31, 2013 Development, MySQL, PHP
I wanted to use a set of database results twice on a page but didn’t want to run the database query again. Using the mysqli_data_seek() function, we can reset the …
Categories