Yeah right...

Sure, we can use ob_start(), but the poster of original message apparently
does not make any use of these functions , 
therefore his problem is easily solvable by just keeping track of output
start rather then creating a whole buffering system.

After all, why would you use some strange (for the poster) functions when he
can just delete the space/newline after ?>   ?

Thanks for suggesting an alternative.

Maxim Maletsky
www.PHPBeginner.com




-----Original Message-----
From: Jochen Kaechelin [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 09, 2001 6:49 PM
To: Maxim Maletsky
Subject: RE: [PHP] PHP Error


> it says that on line 15 of settings.php there's an output.
> 
> you need to set cookies BEFORE any output.
> 

that's not quiet right! you can use the 
output buffering functions such as ob_start()
to avoid this problem!

--
phpArbeitsgruppe in Gruendung - Jochen Kaechelin
Stuttgarter Str.3, D-73033 Goeppingen
Tel. 07161-92 95 94, Fax 07161-92 95 98
http://www.php-arbeitsgruppe.de, mailto:[EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to