Hello,
I have a MySQL database, and I'm using the SQL query "SELECT * FROM tbl" to draw the records from it.
I would like to divide the results into pages, with 15 results per peage.
The problem is I want it to look like "page1, page2" and so on, and NOT something like "Next page, Previous page".
How am I doing it?
Thanks!