You can't send anything before you send headers...  the "html" tag is 
messing you up I believe.

Jeff

At 08:24 PM 2/4/2002 -0800, Peter Run wrote:
>Hi,
>   I get the warning message (see below), whenever I try anything with
>authentication/session with PHP.  This is tried under Windows (PHPTriad).  I
>get the same message with my Linux drive as well.  I appreciate your help.
>Please reply here and cc: to my personal email [EMAIL PROTECTED]
>
>Thanks in advance,
>-Peter
>**************************
>Warning: Cannot add header information - headers already sent by (output
>started at C:\apache\htdocs\proj\sports\phps\verify.php:2) in
>C:\apache\htdocs\proj\sports\phps\verify.php on line 26
>***************************
>
>1. <html>
>2. <?php
>     ....
>
>
>  23.   if (!$auth) {
>  24.      header("www-Authenticate: Basic realm='Private'");
>  25.      header("HTTP/1.0 401 Unauthrized");
>...
>?>
></html>
>
>
>
>
>
>
>--
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to