Thread
:
No error messages
View Single Post
09-22-2005, 04:52 AM
#
2
(
permalink
)
cornelis
Member
Join Date: Sep 2005
Posts: 62
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
View Public Profile
Send a private message to cornelis
Find More Posts by cornelis
Sponsored Links