Pictures taken during Inauguration of Aura Studios
get_photogallery();
$selrow = mysql_query($selcon);
$rows = mysql_num_rows($selrow);
while ($res = mysql_fetch_array($selrow))
{
$large = "admin/images/photogallery/large/".$res['photo_large'];
$thumb = "admin/images/photogallery/thumb/".$res['photo_thumb'];
?>
-