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 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/scripts/act_save_resume.php on line 175
>
>Make sure you have no whitespace above your <? ?> tags.  If any output is
>sent to the browser then you can not add a header, session, cookie.
>
>Brett
>
>


-- 
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