PHP Pagination Video Tutorial

May 12, 2010
Posted in PHP Videos

PHP videos

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

Comments are closed.

To Top