Captured: %s %s %s %s, %s", $timeday, $timecapture,$timemonth, $timedays,$timeyear,$webcamdata[5]);
echo "
";
echo "
Webcam is located in Palm Springs and pointed towards Idyllwild
";
//echo "Webcam currently offline
";
} //PS image
fclose($fp);
$tempOn=1;
if ($tempOn){
$fp = fopen("/home/manzanita/PALMSPRINGS.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[0], $temperature[2], $temperature[1] );
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
Idyllwild |
Palm Springs |
Hemet
";
fclose($fp);
}
// End Sunrise info
printf ("
Sponsored by:
Green Cafe Internet | Cafe Cinema | Idyllwild Scrapbook | Idyllwild Lodging | Idyllwild Film Festival ");
}
fclose($fp);
}
} // $webcamOn
?>