IIS PHP4 MYSQL
Im a beginner. I have this in some example code which i am running but it comes up with some error's when getting to the header bit:
CODE:
Header( "WWW-authenticate: basic realm='Test Authentication System'");
Header( "HTTP/1.0 401 Unauthorized");
Error:
Warning: Cannot add header information - headers already sent by (output started at D:\Test\flash\new.php:9) in D:\Test\flash\new.php on line 28
Warning: Cannot add header information - headers already sent by (output started at D:\Test\flash\new.php:9) in D:\Test\flash\new.php on line 29
Any Ideas ?