Algorithms Arrays Passwords Uncategorized
Commerce Uncategorized
Databases Abstraction Layers Informix LDAP MS SQL MySQL ODBC PostgreSQL Uncategorized
Date & Time Calculators Conversion Translation Uncategorized
Discussion Chat Forums Guestbooks Polls Uncategorized
Email Validation Uncategorized
External Uncategorized
Files and Directories Uncategorized
Games Uncategorized
Graphics 3-D Graphs Resizing Thumbnails Uncategorized
HTML Forms Menus & Navigation Source Viewers Tables Templates Uncategorized
HTTP Authentication Cookies File Uploading Uncategorized
I18N Uncategorized
Math Uncategorized
Miscellaneous Uncategorized
Searching and Trees Uncategorized
Security Uncategorized
Text Uncategorized
Utilities Calendars Counters Link Checkers Weather Uncategorized
XML Uncategorized
| php sample source codes |
|---|
|
Grabs the current weather based on your IP from weather.com. Some basic error handling has been added. A default zip code has been added so zip codes that can not be calculated can be over written
|
|
A script to display the current weather of the desired city in Germany
|
|
Grabs the weather from weather.com and then stores the data into a MySQL Database while saving the forecast image locally. If the stored data in the DB is more than an Hour old it is grabbed again. Perfect for including on a page. Since weather.com does not have to be queried everytime the page is displayed.
The data is also stored in an achive so you can brose stored weather data.
|
|
This PHP script will display the most recent Meteosat images of the World and Europe. The images are taken from http://www.wetter.com.
|
|
This weather.com data is from xoap.weather.com.
|