I'm referencing an image on a different server, and it keeps changing 
URL's
Very odd, but t get round that, I tried...

if (file_exists("http://www.othersite.com/image_1.gif";)) {
        $image_show="http://www.othersite.com/image_1.gif";;
} else {
        $image_show="http://www.mysite.com/image_1.gif";;
}

but it always seems to do the else command, even though I know the file 
DOES exist...

Just for the record, this problem exists from our parent website to one of 
the subsideries, we're not referencing anything we shouldn't... ;-)

Any work arounds?

*********************************************************************
The information contained in this e-mail message is intended only for 
the personal and confidential use of the recipient(s) named above.  
If the reader of this message is not the intended recipient or an agent
responsible for delivering it to the intended recipient, you are hereby 
notified that you have received this document in error and that any
review, dissemination, distribution, or copying of this message is 
strictly prohibited. If you have received this communication in error, 
please notify us immediately by e-mail, and delete the original message.
***********************************************************************

Reply via email to