NYCPHP Meetup

NYPHP.org

[nycphp-talk] Accessing a file in another web server

Néstor rotsen at gmail.com
Thu Jan 4 14:00:43 EST 2007


I have tried all of those and they return false weather the file is exist
and is readable or not
I have tried file_exists()
                stat()
                is_readable()

Wow, I never thought that this would be a problem.....

Thanks,

Néstor :-)

On 1/4/07, Andy Dirnberger <dirn at dirnonline.com> wrote:
>
> 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
>
> _______________________________________________
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nyphp.org/pipermail/talk/attachments/20070104/2090070c/attachment.html>


More information about the talk mailing list