I have a members (address) database --MySQL.
The database has urls to a picture of the member. The database automatically assigns the url based off the member's name, even if the picture is not there ../picture/lastnamefirstname.jpg
Most members have a picture, but a few do not. Is there a way, with PHP script, to have it return a "no image available" image if the original image is not found--instead of the red "X"?
Thanks,