PDA

View Full Version : Offline Image Replacement



dank4000
April 18th, 2002, 13:02
Hey...

Does anyone know how I can put a back up image online.

For example if the server hosting an image is offline then it uses an image hosted on another server?

Thanx

spec
April 18th, 2002, 19:59
you could addapt this code:
in PHP you could do a



If(file_exsists($image){
{
header('Location: $image');
}


of course you would have to adapt it