'.$displayalbumname.''; if($displayalbumdescription) { echo '
'.$displayalbumdescription.'


'; } ?>
    1 ORDER BY rowid DESC") or die(mysql_error()); while($row = mysql_fetch_assoc($getphotos)) { $photoid = $row['photoid']; $caption = $row['caption']; $credit = $row['credit']; $website = $row['website']; $highres = $row['highres']; echo '

  • '.$caption.'

    '; if($credit) { echo $credit.' '; } if($website) { echo "    $website      "; } if($highres == 1) { echo ' (view photo in full resolution)'; } echo '
  • '; $photocount++; } if($photocount < 1) { echo '


    There are no photos in this album yet. Upload your photos here!




    '; } ?>
0) { ?>