"; ?>

Dew Point Temperature (°F)
Last 24 Hours, Idyllwild Station at 5,479 Feet %s %s %s, %s", $timeday, $timemonth, $timedays,$timeyear,$graphdata[5]); echo "
\"Idyllwild
"; echo "

"; //echo "Webcam currently offline

"; } //PS image fclose($fp); // ************************************************** $fp = fopen("/home/weather/raws/IDYLLWILD.2.TXT", 'r'); if ($fp){ $temperature = fgetcsv($fp,70,"|"); printf ("Temperature: %.0f °F  Humidity: %.0f %  Pressure: %.2f inHg  Dew Point: %.0f °F  Wind: %.0f MPH  Gusts: %.0f MPH", $temperature[3], $temperature[4], $temperature[17],$temperature[18],$temperature[5],$temperature[7] ); fclose($fp); // Start Sunrise info $fp = fopen("/home/webcam/sun.txt", 'r'); if ($fp){ $riseset = fgetcsv($fp,130,"|"); echo "

Begin Civil Twilight $riseset[8]"; echo "     "; echo "Sunrise $riseset[4]"; echo "     "; echo "Sunset $riseset[6]"; echo "     "; echo "End Civil Twilight $riseset[12]"; fclose($fp); } printf ("

Last Day | Last 3 Days | Last Week | Last Month | Last 2 Months"); printf ("

Other Graphs: Temperature | Relative Humidity | Pressure | Dew Point | Cloud Height | Heat Index | Wind Speed | Gusts"); printf ("











Sponsored by:
Green Cafe Internet | Cafe Cinema | Idyllwild Scrapbook | Idyllwild Lodging | Idyllwild Film Festival
"); } fclose($fp); // ************************************************** ?>