I am a PHP noob. I want a to create PHP pagination which will paginate a table. So every 3 rows would be a new page. I don't want to use MySWL (database) or JavaScript. But here is an example of what i want done in JavaScript: http://it.newinstance.it/2006/09/27/client-side-html-table-pagination-with-javascript/
Does anybody know how?