I have been offered some weather data from an online text file on another site for automated inclusion in my website. How can I read this data into my page so that it looks nicely formatted etc? PHP? JavaScript? HTML? Or something else...?
Each line of the textfile starts with:
NAME="thenameofaweatherattribute"
followed by some data.
Each attribute and it's data take up a single line, all lines start with "NAME= " as above.
I am guessing it must be relatively easy with If statements and some sort of parsing and variable assignment going on, but as a complete newbie I am quite confused.
Any suggestions? I don't even know where to start looking for answers! 😕
TIA
Mac