I’ve created a table that is being populated by data from an XML file using SimpleXML function of PHP. What I would like to do is to add paging capability wherein if the rows becomes 5 or more then page 2 will be and so on. How to do that?
Share
Given XML:
PHP:
Then you can access using yourpage.php?page=2 etc etc.