Search found 1 match
- Wed Jul 02, 2008 8:16 pm
- Forum: PHP - Code
- Topic: Warning: Cannot modify header information - headers already
- Replies: 1
- Views: 188
Warning: Cannot modify header information - headers already
Hello, I create login pages using PEAR. I got error code when I logging in. Warning: Cannot modify header information - headers already sent by (output started at ....\header.php:9) in ....\login.php on line 45 the login.php script: <?php include ("include/header.php"); include ("HTML...