|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-07-10 13:15 UTC] rasmus
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Wed Jun 17 18:00:02 2026 UTC |
If I have a script that includes any script, then header() does not work. I've tested this with foo.php3 being empty with the same results. I don't see any mention of this in the documentation and foo.php3 does not do any output. <?php include("foo.php3"); Header("WWW-authenticate: basic realm=\"Test\""); ?>