View Single Post
Old 04-14-2006, 10:05 AM   #2 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,529
sde is on a distinguished road
play around with fopen(). try to open the file, and if you can't, then write a javascript variable to the page to let it know that it should not make your ajax requests.

you might need an '@' sign before fopen to supress any errors it might generate if it can not open the file.

i don't think file_exists() works across the internet. that would be ideal though.
sde is offline   Reply With Quote