Hi all,
Is there any way in php to link to dynamic images but if the image doesnt exist, then link to another? ie...
if (image one exists) {
Display one img src url
} else {
Display some other image src url
}
The image I am looking for is at an external url. I just want to have it show the active image if it is there, if not I want it to show some other image that says no info available. any ideas? thanks!