Can we display table records in multiple pages using POST?
问题 I have a form that uses the method post. The form contains a submit button and on clicking it, my database records get displayed in an html table. I would like to limit the number of rows (5) displayed to each page, but I'm not looking to use GET. Is there any way I can do that with my post method? // My form using post method <form action = "" name = "dealer_call_log.php" id = "dealer_call_log.php" method = "post"> //Data displayed in the table below from post $record_per_page = 5; $page = '