davefootball123 Posted December 3, 2012 Share Posted December 3, 2012 Hey guys and girls. I need to get only 3 little sections of this .txt file here http://weather.noaa.gov/pub/data/observations/metar/decoded/CYYZ.TXT This file updates every hour with the latest weather conditions and I need to have Temperature: Sky Conditions: Weather: separated and echoed as a just plain text however I am at a loss how to do this...I know an extremely long way which is defining each temperature and sky condition possible however that would take a large amount of time. Any ideas on how I could do this? Thanks, Dave Link to comment https://forums.phpfreaks.com/topic/271516-get-a-part-of-text-file-using-php/ Share on other sites More sharing options...
RobertP Posted December 3, 2012 Share Posted December 3, 2012 its small in size, so downloading the who thing would not be an issue (unless called to many times).. I would split by line endings, usually "\n", then by ": "... hopefully that was not to confusing. Link to comment https://forums.phpfreaks.com/topic/271516-get-a-part-of-text-file-using-php/#findComment-1397071 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.