[snip]
My question is, is it possible to output the receipt information more
than once on a single page (Browser)???? as I would need to print out
the receipt thrice for the different department as required.
[/snip]

wrap the output in a for loop
for($i = 0; $i < 3; $i++){
        output receipt
}

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to