Yep, what you need is called output buffering.
read about ob_start (); and other ob_* (); functions in PHP manual.
Donny
Brent wrote:
Hi,
Wondering if anyone can help!.
I am trying to run a file like this after a submit from a form.
..
..
My question is! Is there anyway using PHP to capture
Hi,
Wondering if anyone can help!.
I am trying to run a file like this after a submit from a form.
..
..
My question is! Is there anyway using PHP to capture the output
that is displayed above in a new window when the 'showmatches.php'
is run to a file instead. Kinda like viewing the source o