This was a complete shot in the dark:
<img src="/images/art/$str = $row_rsArtists['last_name'].$row_rsArtists['first_name']/$row_rsArtists['img_loc'];?>;
$str = strtolower($str); echo $str;?> border="0" />
This is the code that I am trying to modify:
<img src="/images/art/<?php echo $row_rsArtists['last_name']; ?>.<?php echo $row_rsArtists['first_name']; ?>/<?php echo $row_rsArtists['img_loc'];?>" border="0" />