Hi, I have been asked to organise this CSV file (http://intranet.pool.cornwall.sch.uk/weather/now.csv) using php. It logs the weather every 7 seconds aparently but it logs it like this:
Code:
1,2,3,4,5
1,2,3,4,5
how can i get it to output like this?
Code:
1: 1
2: 2
I have been stuck on this for like an hour now and dont know which function to use.
Thanks, dandono