Web Hosting Talk







View Full Version : Header prob


NickDev
05-30-2003, 09:41 PM
Warning: Cannot modify header information - headers already sent by (output started at /home/teamsold/public_html/login.php:8) in /home/teamsold/public_html/login.php on line 9

:\

The Prohacker
05-30-2003, 10:14 PM
You prolly have some sort of white space before the opening <?php some where..

If you've already sent stuff like HTML or text to the browser you cannot use the header() function...