header('WWW-Authenticate:Basic realm="Password stuff"');
header('HTTP/1.0 401 Unauthorized');
for each 'header' line i get the error massege below:
"Warning: Cannot add header information - headers already sent by (output started at C:\apache\htdocs\untitled-2.php:2) in C:\apache\htdocs\untitled-2.php on line "
i use apache with mysql on windows ME..
Where is the proplem?