[nycphp-talk] Accessing a file in another web server
Andy Dirnberger
dirn at dirnonline.com
Thu Jan 4 13:39:54 EST 2007
There are a few url_exists functions in the manual:
http://us3.php.net/file_exists
-----Original Message-----
From: talk-bounces at lists.nyphp.org [mailto:talk-bounces at lists.nyphp.org] On
Behalf Of Jonathan Face
Sent: Thursday, January 04, 2007 1:34 PM
To: NYPHP Talk
Subject: Re: [nycphp-talk] Accessing a file in another web server
I haven't had a reason to experiment with this before, but you might try
out:
file_exists($url);
Néstor wrote:
> People,
>
> I am trying to determine if a file exist in a another web server
> and if it does exist then I will display the link of the file.
>
> I tried is_readable() and stat() and they both say that the file does not
> exist, but the file does exist.
>
> What function should I use to check for existance of a file
> on a different web server???
>
> Thanks,
>
> Néstor :-)
>
>------------------------------------------------------------------------
>
>_______________________________________________
>New York PHP Community Talk Mailing List
>http://lists.nyphp.org/mailman/listinfo/talk
>
>NYPHPCon 2006 Presentations Online
>http://www.nyphpcon.com
>
>Show Your Participation in New York PHP
>http://www.nyphp.org/show_participation.php
>
_______________________________________________
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk
NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com
Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php
More information about the talk
mailing list