There can't be _anything_ before headers. Even a single space and/or
linebreak causes an error.


Niklas


-----Original Message-----
From: Peter Ruan [mailto:[EMAIL PROTECTED]] 
Sent: 5. helmikuuta 2002 7:42
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: [PHP] Problem...header already sent by



I tried it w/o the <html> tag and I get the BAD Header message.

-Peter

>From: Jeff Sheltren <[EMAIL PROTECTED]>
>To: "Peter Run" <[EMAIL PROTECTED]>,[EMAIL PROTECTED]
>Subject: Re: [PHP] Problem...header already sent by
>Date: Mon, 04 Feb 2002 21:30:42 -0800
>
>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
>
>




_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com


-- 
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