|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-11-20 03:13 UTC] mfischer@php.net
[2002-01-24 11:21 UTC] mike at onlinetvuk dot com
[2002-01-24 11:24 UTC] sesser@php.net
[2002-01-24 11:27 UTC] mike at onlinetvuk dot com
[2002-01-24 11:57 UTC] sander@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 07:00:01 2025 UTC |
include ("http://www.somesite.com/somepage.html"); Worked perfect on our unix box and our win98 machines but when we installed PHP on our Windows server it no longer worked and tottaly ignored the include unless we used the path instead like. include ("somepage.html"); bugs@liveuk.org