![]() |
|
|
+ Search |
![]()
|
May 31st, 2000 07:41
Ted Ciotti, Nathan Wallace, Jason Brooke
Try this code using the file_exists function:
$photo = file_exists("/path/to/$playerid.jpg") ? "<IMG
SRC=\"/images/players/$playerid.jpg\">" : "No Photo Yet<br>\n";
http://www.php.net/manual/function.file-exists.php