By : Pricop Published On Sunday, October 01, 2023, 17:02 In PHP Scripts
PHP Weather Script it’s a website script which displays the weather details for the visitors (if they can be detected, otherwise a default option will be shown), also allows them to search for certain locations and even save them to see it at a glance.
Update 1.5 [7/14/2015]Added the city searched within the title tag
Update 1.4 [4/14/2015]Improved the way the degrees format is changing (now it remembers the current location)
Update 1.3 [3/19/2015]Migrated to OpenWeatherMap API (old API is deprecated) Added new icons Added the ability to remove a favorite city from your account Other improvements
Update 1.2 [12/12/2014]Added sub-folder installation support Migration from MySQL (deprecated in higher PHP versions) to MySQLi Minor improvements to the admin interface and internal files
Update 1.1 [8/29/2012].Updated the API requests
Migrating the script to MSN API with data provided by Foreca due to the deprecation of Google Weather API.
Fixed some bugs when switching between C and F degrees.
Minimum Requierments: cURL Library, PHP, MySQL, ReWrite module.