Image Redirection
We can show the image on the web by using this script
<img src="http://......">
The image is shown on the page if the img is available. If the image is unavailable, it shows something like this
Is there anyway for the php to redirect it to other img source if the current img is unavailable?
We can show the image on the web by using this script
<img src="http://......">
The image is shown on the page if the img is available. If the image is unavailable, it shows something like this
Is there anyway for the php to redirect it to other img source if the current img is unavailable?






