Wrong Image
Posted: Wed Mar 13, 2013 6:55 am
If there is an error with an image like it doesn't exist, how can you change it to a not available image?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
if (file_exists(whatever)) {
display image
} else {
display default image
}