PM
To: Miguel Cruz
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] fopen failing to connect
i looked at the php.ini file and f wrapper is configured. thanks for the
suggestion. i am still looking for any suggestions anyone has. thanks.
-jennifer
Miguel Cruz wrote:
> Sounds like maybe the fo
i looked at the php.ini file and f wrapper is configured. thanks for the
suggestion. i am still looking for any suggestions anyone has. thanks.
-jennifer
Miguel Cruz wrote:
> Sounds like maybe the fopen url wrapper is not installed. I've never taken
> any particular steps to install it, so I'm
Sounds like maybe the fopen url wrapper is not installed. I've never taken
any particular steps to install it, so I'm not sure how that would come
about.
miguel
On Wed, 15 May 2002, jennifer jefferson wrote:
> thanks for looking. my guess is that it could be a
> server configuration issue. i am
thanks for looking. my guess is that it could be a
server configuration issue. i am really not sure. the
actual script works just not on the server i need
it to work on. maybe it has something to do with the
.ini file or the installation. i am not very familiar
with that. does this sound likel
Jennifer, works just fine here..
-
$fp =
fopen("http://www.thedeal.com/NASApp/cs/ContentServer?pagename=TheDeal/xmlfe
ed","r");
if ($fp !== FALSE)
echo "The file exists!";
else
echo "The file does not exist";
-
This prints "The file exists!" so it may be something else i
5 matches
Mail list logo