PHP Pagination Video Tutorial
Hi,
We just released a couple of new videos at Killersites University:
These two videos show how to modify the view.php file we created earlier in Part 1 of the ‘CRUD Basics with MySQLi & PHP‘ series to add basic pagination. This functionality is often required for large data sets, providing a better user experience by splitting up a long list of records into multiple pages. These videos briefly introduce the MySQLi data_seek() function, used to pull specific records from the database.
Free samples will be coming out soon.
Stefan Mischook
www.killerphp.com
Comments