[RESOLVED] Won't "include" function work with absolute URLs?
Hi guys,
I have discovered in my code that though this line works:
PHP Code:
include("server_info.php");
this line does not:
PHP Code:
include("http://www.thesiteguru.com/php/server_info.php");
Any reason for this? Or could I be doing something wrong? I have verified that the second URL is indeed correct.
I don't know half of you half as well as I should like; and I like less than half of you half as well as you deserve.
- Bilbo Baggins in The Fellowship of the Ring
Bookmarks