ID: 12481
Updated by: sander
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Duplicate
Bug Type: IIS related
Operating System: Window 2000 and IIS4
PHP Version: 4.0.6
New Comment:

Dupe of #9802

Previous Comments:
------------------------------------------------------------------------

[2001-07-31 05:20:39] [EMAIL PROTECTED]

Example
Below is code for test1.phtml
<?
        setcookie("cokTest","test cookie",0,"/");
        header("location:test2.phtml");
        
?>
End of test1.phtml
Below is code for test2.phtml
<?
        echo "CokTest : $cokTest";
?>
End of test2.phtml

If I start to run test1.phtml, then the output is as the following:

CokTest :

It means that $cokTest cannot be set if there is no output in test1.phtml.
There is no problem in Linux-apache platform.



------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=12481&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to