|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-10-02 21:10 UTC] bojan dot saksida at volja dot net
[2006-10-02 21:20 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 02 22:00:02 2025 UTC |
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.