I have a table which is populated with data from a form using post.
How can I paginate the table? As soon as the user clicks the link to go to the next page (a get yyy.php?page=x), the post'ed table data will be lost.
Any pointers?
How can I paginate the table? As soon as the user clicks the link to go to the next page (a get yyy.php?page=x), the post'ed table data will be lost.
Any pointers?