|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-01-26 17:59 UTC] dev at myesys dot com
[2002-01-26 19:16 UTC] daniel@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 05:00:01 2025 UTC |
Hi, when I try to include an external include file with the line <? include("http://myesys.com/useronline.php?comp_id=12"); ?> under IIS PHP returns me: Warning: Failed opening 'http://66.34.147.253/useronline.php?comp_id=12' for inclusion (include_path='.;..') on my Linux/Apache host the same same line work fine, but the file is on the same server. my php.ini lines for that problem are: allow_url_fopen = on; include_path=".;.."; We are suppose to be able to access external http or ftp file by enable allow_url_fopen = on; or may be we cannot? Jordi Thank for help