[PHP] Cannot add header information - headers already sent by
Hi everybody! I installed php 4.06 on Win NT, IIS 4. Before I updated php 4.00 with 4.06 my scripts were running fine. Since the update I am getting always the follwoing error: Warning: Cannot add header information - headers already sent by (output started at lang/dt/variables.php:321) in vote_submit.php on line 34 Line 34 of vote_submit.php is: header("Location: ".$source."?status=9&errormessage=$errormessage"); Any idea, why this is after update not working anymore? Thanks for help Tom -- 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]
[PHP] Cannot add header information - headers already sent by
Hi everybody! I installed php 4.06 on Win NT, IIS 4. Before I updated php 4.00 with 4.06 my scripts were running fine. Since the update I am getting always the follwoing error: Warning: Cannot add header information - headers already sent by (output started at lang/dt/variables.php:321) in vote_submit.php on line 34 Line 34 is: header("Location: ".$source."?status=9&errormessage=$errormessage"); Any idea, why this is after update not working anymore? Thanks for help Tom
[PHP] Script for a private mail system
Hi, does anybody knows or have a php script for a private mail system within one website (mailboxes for sending private messages in a dating site) Thanks Tom