get_val(); //details about selected cultivar
db_connect(); //establish connection with the database
$rs_query=mysql_query(("SELECT FILE,LEGEND,TOPIC from photo WHERE CULT_NAME='".$cultname."'"
." and ACCESS_NB='".$acc."' and ABBREV='".$abbr."'"),$conn);
$rs=mysql_fetch_array($rs_query);
if ($rs==0)
{
print("
Sorry! no images currently available"); } else { ?>
Sorry! no images currently available"); } else { ?>
Cultivar Name
Collection of Pictures
} ?>
echo $rs["FILE"]; ?> |
if(($columncnt%3)==0)
{
?>