View Single Post
Old 09-22-2005, 04:52 AM   #2 (permalink)
cornelis
Member
 
Join Date: Sep 2005
Posts: 62
Default

thats strange..

Try something like this

Quote:
if(fopen("http://somelocation.com/index.html", "r"))
{
print 'I can see the file ';
}
else
{
print 'I can't see the file ';
}

Hope this is what you are looking for.
cornelis is offline   Reply With Quote
Sponsored Links