ID: 39019 Updated by: [EMAIL PROTECTED] Reported By: bojan dot saksida at volja dot net -Status: Open +Status: Bogus Bug Type: *General Issues Operating System: Windows XP PHP Version: 6CVS-2006-10-02 (snap) New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2006-10-02 21:10:21] bojan dot saksida at volja dot net I also tried using PHP5 whitch was included in instalation in NuSphere PhpED, I got the same result ------------------------------------------------------------------------ [2006-10-02 21:08:55] bojan dot saksida at volja dot net Description: ------------ i have file index.php insede is: //to doo if statment { header("Location: register.php"); } //to doo if statment2 { header("Location: login.php"); } end of file index.php i can easly redirect to login.php but i can't to register.php. if i disable login.php header, then i can go to register.php. if i put: header("Location: register.php"); die(""); in this case both Location headers works fine. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=39019&edit=1
