im very new to PHP, but but im trying to learn instead of having people do the code for me.. anyway, i need to check to see if a file exists, and if it doesnt, print another
right now, my img src is as such:
<img src=\"grfx/content/members/upload/{$row['profile_id']}.jpg\">
what i need to do, is use ANOTHER file (grfx/content/members/upload/blank_user.jpg) if {$row['profile_id']}.jpg doesnt exist... can anyone point me in the right direction? thanks!
-casey