Hi Guys,
I'm getting a header already sent error, reason being I'm sending additional headers when i've already sent the body of a web page.
How do I set the output buffering option to true in the PHP script?
Any ideas?
Thanks ..
RTFM!!!!!!!
http://www.php.net/ob_start
Thanks,
I have RTFM, and tried using ob_start();
but I get the following error:
Fatal error: Call to unsupported or undefined function ob_start()
Any further ideas?
Wow...no ob_start()? What version of PHP are you running? Output buffering is only available past version 4.
Maybe it's time for an upgrade...?