So I have alot of content in a database, and want to allow users to look at the content, but its to much to fit just onto one page. So how could I display the content but over multiple pages. (Note: More content is added daily so its a growing list Thanks in advance
Use paging when you want to display your items. Just search "php paging" on google you'd probably find some made class which is easy-to-use.
Hi, You can check the pagination article I wrote on http://blog.alexhanin.info/2009/09/21/php-pagination-made-easy/ It should get you started aXe