How do you limit the results on a page without calling a specific table, like page.php?info=cool.
hmm... where are the results coming from?
A database using SQL? If so, then look up on LIMIT e.g. SELECT fields FROM tablename LIMIT start, offset
Sry, already got my answer.
Thx for the attempt though 😃