Hello,
So I wrote a PHP script which will return all the contents of a table using Mysql.
I want to set a limit so that PHP will display only 30 rows and divide them into pages like [1,2,3...] dynamically and the PHP script will detect the page using GET method or something like that.
So how can I accomplish that?
Thanks,
Nahiyan