Header problem...
Posted: Wed Jun 02, 2004 9:33 pm
here is my prob...
1st i include one file...
Then this is my header function...
what making i'm confuse is... this statement appear...
Warning: Cannot modify header information - headers already sent by (output started at /usr/local/www/data-dist/application/admin/adminpanel.php:9) in /usr/local/www/data-dist/application/admin/adminpanel.php on line 70
1st i include one file...
Code: Select all
<?php
include("password.php");
?>Code: Select all
<?php
if($login){
if($user_name==$username && $password==$pass_word){
header("location:main_admin_panel.php");}
}
?>Warning: Cannot modify header information - headers already sent by (output started at /usr/local/www/data-dist/application/admin/adminpanel.php:9) in /usr/local/www/data-dist/application/admin/adminpanel.php on line 70