Possible Duplicate:
Cannot send session cookie - headers already sent
Headers already sent by PHP
My previous problem was for UTF-8 but now ! again my code generates this error :
Warning: Cannot modify header information - headers already sent by (output started at F:\xampp\htdocs\1\error_list.php:34) in F:\xampp\htdocs\1\error_list.php on line 75
why?
my code is :
header("location:list.php?msg=Please enter some username and password");