Hello,
I would like to output the rows from my MYSQL query into more manageable pages (eg. 30 items per page.)
The query is driven by a form page that has several text boxes and selection lists.
Form variables are passed from the form page to the php script as
$var1 = $_POST['var1'];