Re: [PHP-WIN] capturing the output to a file rather than the browser

2003-11-16 Thread Donatas
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

[PHP-WIN] capturing the output to a file rather than the browser

2003-11-16 Thread Brent
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