Hi all, I need to insert a page break for printing purposes after X records on page.
I'm querying five diffrent records with 5 different results and displaying them like:
$record1
$record2
$record3 and so on
So I want to get total number of records which is pretty easy I just add all the totals let's call it $subtotal.
Then I want a page break after every 20 records of the $subtotal.
Is this possible?