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

Reply via email to