Florida Wild Orchid Gallery
Welcome to the Florida Native Orchids Gallery. This gallery is a labor of love
for the orchids native to my home state, Florida (which, translated from Spanish, means "Land of Flowers").
Many of these photographs are available as high-resolution digital stock photographs,
as well as frameable high-resolution art-quality photographic prints. Please
inquire via e-mail about these options: prem@premdesign.com
Click a thumbnail below to proceed to the gallery/information page for that orchid:
Click a link below to proceed to the gallery/information page for that orchid:
View Listing As:
>Grid
>List
Filter Listing by Color:
None
query($sql);
while ($colorRow = $color_result->fetch_array())
{
echo "$colorRow[color_name] \n";
}
?>
by Season/Month:
None
>Spring
>Summer
>Winter
>Fall
>January
>February
>March
>April
>May
>June
>July
>August
>September
>October
>November
>December
Sort by:
>Common Name
>Scientific Name
if ($view == 'table')
{
echo "
";
echo "";
$col_width = 100/$num_columns;
$num=$result->num_rows;
$currentIndex = 0;
for ($i = 0; $i < $num; $i++)
{
$result->data_seek($i);
$row = $result->fetch_assoc();
if ($date != -1)
{
$sporadic = $row["sporadic"];
$startDate = $row["bloom_start"];
$endDate = $row["bloom_end"];
if ($sporadic == 0)
{
if ($date == 'spring')
{
if (($endDate < 3 && $startDate > 5) || ($startDate < 3 && $endDate < 3) || ($startDate > 5 && $endDate > 5))
{
continue;
}
}
else if ($date == 'summer')
{
if (($endDate < 6 && $startDate > 8) || ($startDate < 6 && $endDate < 6) || ($startDate > 8 && $endDate > 8))
{
continue;
}
}
else if ($date == 'fall')
{
if (($endDate < 9 && $startDate > 11) || ($startDate < 9 && $endDate < 9) || ($startDate > 11 && $endDate > 11))
{
continue;
}
}
else if ($date == 'winter')
{
if (($endDate < 12 && $startDate > 2) || ($startDate < 12 && $endDate < 12) || ($startDate > 2 && $endDate > 2))
{
continue;
}
}
else
{
$tempDate = $date;
if ($startDate > $endDate) //interval starts in one year and ends in the next
{
$endDate = 12 + $endDate;
if ($tempDate < $startDate)
{
$tempDate = 12 + $tempDate;
}
}
if (!($tempDate >= $startDate && $tempDate <= $endDate))
{
continue;
}
}
}
}
if ($currentIndex > 0 && ($currentIndex % $num_columns == 0))
{
echo(" \n");
echo("\n");
}
$page_link = stripslashes($row["page_link"]);
$thumbnail = stripslashes($row["thumbnail"]);
$name = stripslashes($row["name"]);
$common_name = stripslashes($row["common_name"]);
$date_added = $row["created"];
echo("\n");
if ($sort == 'common')
{
echo(" \n");
echo(" $common_name$name \n");
}
else
{
echo(" \n");
echo(" $name$common_name \n");
}
if (time() - strtotime($date_added) < (2*7*24*60*60)) //less than two weeks ago
{
echo(" ***NEW***");
}
echo(" \n");
$currentIndex++;
}
echo " ";
echo "
";
}
else
{
$currentIndex = 0;
$num=$result->num_rows;
for ($i = 0; $i < $num; $i++)
{
$result->data_seek($i);
$row = $result->fetch_assoc();
if ($date != -1)
{
$sporadic = $row["sporadic"];
$startDate = $row["bloom_start"];
$endDate = $row["bloom_end"];
if ($sporadic == 0)
{
if ($date == 'spring')
{
if (($endDate < 3 && $startDate > 5) || ($startDate < 3 && $endDate < 3) || ($startDate > 5 && $endDate > 5))
{
continue;
}
}
else if ($date == 'summer')
{
if (($endDate < 6 && $startDate > 8) || ($startDate < 6 && $endDate < 6) || ($startDate > 8 && $endDate > 8))
{
continue;
}
}
else if ($date == 'fall')
{
if (($endDate < 9 && $startDate > 11) || ($startDate < 9 && $endDate < 9) || ($startDate > 11 && $endDate > 11))
{
continue;
}
}
else if ($date == 'winter')
{
if (($endDate < 12 && $startDate > 2) || ($startDate < 12 && $endDate < 12) || ($startDate > 2 && $endDate > 2))
{
continue;
}
}
else
{
$tempDate = $date;
if ($startDate > $endDate) //interval starts in one year and ends in the next
{
$endDate = 12 + $endDate;
if ($tempDate < $startDate)
{
$tempDate = 12 + $tempDate;
}
}
if (!($tempDate >= $startDate && $tempDate <= $endDate))
{
continue;
}
}
}
}
if ($currentIndex > 0 && ($currentIndex % $num_columns == 0))
{
echo("\n");
echo("
\n");
}
$page_link = stripslashes($row["page_link"]);
$thumbnail = stripslashes($row["thumbnail"]);
$name = stripslashes($row["name"]);
$common_name = stripslashes($row["common_name"]);
$date_added = $row["created"];
echo ("");
if ($sort == 'common')
{
echo(" $common_name ($name ) \n");
}
else
{
echo(" $name ($common_name ) \n");
}
if (time() - strtotime($date_added) < (2*7*24*60*60)) //less than two weeks ago
{
echo(" ***NEW***");
}
echo ("
");
$currentIndex++;
}
}
?>
Copyright © 2009-2020 Prem Subrahmanyam, All Rights Reserved.
No Text or Images from this web site may be used, in whole or in part, without the express permission of the author.
For further information, see the
Terms of Use page.