Re: [PHP] Cannot add header information... SOLUTION

2001-11-22 Thread Per Waagen
Thank you Jon & folks, now its OK! ;) Per > You've already sent something to the browser... the line that starts with > ... > > Move that below the authentication code and all should be well. > > HTH > Jon > > > -Original Message- > From: Pe

[PHP] Cannot add header information...

2001-11-22 Thread Per Waagen
Need some help here, Im getting this error: Warning: Cannot add header information - headers already sent by (output started at /home/p/pe/perphp/public_html/login.php:4) in /home/p/pe/perphp/public_html/login.php on line 44 ...while trying to run the following .PHP code on my server. Any ideas