...
simplicity is important because it relates to nature. when we look
closely at nature we see that nothing is wasted. there is a reason for
everything. my many years living in a forest on the slopes of a
distinctive mountain range have influenced my entire outlook.
-ernie maxwell
If you would like to be kept
informed of our many scheduled live
broadcasts, please join our broadcast list.
LIVE WEBCAM FROM IDYLLWILD
Captured: %s %s %s %s, %s", $timeday, $timecapture,$timemonth, $timedays,$timeyear,$webcamdata[5]);
echo "
";
echo "
Green Cafe Internet Office view looking over St. Highway 243 and Saunders Meadow
";
//echo "Webcam currently offline
";
} //PS image
fclose($fp);
$tempOn=1;
if ($tempOn){
$fp = fopen("/home/weather/raws/IDYLLWILD.2.TXT", 'r');
if ($fp){
$temperature = fgetcsv($fp,70,"|");
//printf ("Current Temperature: %.0f °F ", $temperature[3] );
printf ("Currently: Temperature: %.0f °F Relative Humidity: %.0f % Barometric Pressure: %.2f inHg", $temperature[3], $temperature[4], $temperature[17] );
fclose($fp);
printf ("
");
// Start Sunrise info
$fp = fopen("/home/webcam/sun.txt", 'r');
if ($fp){
$riseset = fgetcsv($fp,130,"|");
echo "
Dawn $riseset[8]";
echo " ";
echo "Sunrise $riseset[4]";
echo " ";
echo "Sunset $riseset[6]";
echo " ";
echo "Dusk $riseset[12]";
echo "
Other Webcams
Downtown Idyllwild |
Highway 243 |
Hemet
";
fclose($fp);
}
// End Sunrise info
printf ("
Sponsored by:
Green Cafe Internet | Cafe Cinema | Idyllwild Scrapbook | Idyllwild Lodging | Idyllwild Film Festival ");
}
fclose($fp);
}
} // $webcamOn
?>