MMDT1146 PHP Programming
Week 10
Week 10 Notes:
Command line program notes. Chron job program notes / demonstration. |
Lab 10 This lab is to test your knowledge of being able to retrieve data from other web sites. The lab must contain several items. Your resulting output should like similar to this. Create a subfolder on your web server named "weather". (This may already be done for you from doing the in class exercise.) Under the subfolder "weather" that you just created, you will need to create a file. Name it something like "weather.php". NOAA (National Oceanic and Atmospheric Administration) is probably the best place to get current weather information. Even better, NOAA is able to provide the weather information in XML format so it is extremely easy to parse. Retrieve and display:
Assignment is due 1 week from when it was assigned. 50% penalty if late.
|