Re: [PHP] header:(location) error

2001-03-17 Thread Brett
> Brett, I only have conditional logic above my header() call... this page is > processing form input and does a redirect based on the result? Will this not > work? > If there is a single empty line above your first http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

Re: [PHP] header:(location) error

2001-03-17 Thread Data Driven Design
Do you have any white space outside of your tags? That is considered as output by the parser. - Original Message - From: Stas Newdel <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 17, 2001 6:56 AM Subject: Re: [PHP] header:(location) error > Bre

Re: [PHP] header:(location) error

2001-03-17 Thread Stas Newdel
Brett, I only have conditional logic above my header() call... this page is processing form input and does a redirect based on the result? Will this not work? Thank you [EMAIL PROTECTED] ("Brett") wrote in <02b401c0aea2$34676460$e1214ed8@bcnu>: > >> I am receiving the following error from m

Re: [PHP] header:(location) error

2001-03-16 Thread Brett
> I am receiving the following error from my app, and I'd be gratefull if > somebody would point out the usual cause of it. I am doing a redirect > based on a form validation routine. Thank you. > > Warning: Cannot add header information - headers already sent in > /usr/home/stas/html/cathedral