PHP
This PHP project entails extracting the latest weather data from three stations: HERVEY BAY AIRPORT, SYDNEY AIRPORT, WWEATHER GARDEN ISLAND.
from the Australian bureau of meterology FTP servers.
Connection to server is successful.
Current directory is now: /anon/gen/fwo
Successfully written to NSW_WeatherStations. Successfully written to WA_WeatherStations. Successfully written to IDQ60920.xml.
Station name: SYDNEY AIRPORT AMO
Wind direction is: NW
Wind speed in km is: 9
Wind speed in knots is: 5
Station name: HERVEY BAY AIRPORT
Wind direction is: SSE
Wind speed in km is: 9
Wind speed in knots is: 5
Station name: GARDEN ISLAND HSF
Wind direction is: ESE
Wind speed in km is: 28
Wind speed in knots is: 15
Below is the link to the PHP code:
https://github.com/T-Timer/PHP-code-to-find-weather-data-in-FTP-BOM
Connection to server is successful.
Current directory is now: /anon/gen/fwo
Successfully written to NSW_WeatherStations. Successfully written to WA_WeatherStations. Successfully written to IDQ60920.xml.
Station name: SYDNEY AIRPORT AMO
Wind direction is: NW
Wind speed in km is: 9
Wind speed in knots is: 5
Station name: HERVEY BAY AIRPORT
Wind direction is: SSE
Wind speed in km is: 9
Wind speed in knots is: 5
Station name: GARDEN ISLAND HSF
Wind direction is: ESE
Wind speed in km is: 28
Wind speed in knots is: 15
Below is the link to the PHP code:
https://github.com/T-Timer/PHP-code-to-find-weather-data-in-FTP-BOM
