RE: [PHP] fopen failing to connect

2002-05-15 Thread Vail, Warren
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

Re: [PHP] fopen failing to connect

2002-05-15 Thread Jennifer
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

Re: [PHP] fopen failing to connect

2002-05-15 Thread Miguel Cruz
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

Re: [PHP] fopen failing to connect

2002-05-15 Thread jennifer jefferson
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

Re: [PHP] fopen failing to connect

2002-05-15 Thread Kevin Stone
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