PHP and CSV
Posted: Mon Jun 09, 2008 5:49 am
Hi
I have a csv with 17 columns.
I'm only interested in 2 columns though, one is a 'TotalTime' column and the other is a MobileNumber(will be used to send an sms at a later time)
What I'm looking to do, is loop through each row and append the time to pre-defined string, such as:
Any ideas how I could do this?
I have a csv with 17 columns.
I'm only interested in 2 columns though, one is a 'TotalTime' column and the other is a MobileNumber(will be used to send an sms at a later time)
What I'm looking to do, is loop through each row and append the time to pre-defined string, such as:
For testing, I would like it to be outputted, in html to the screen (so i know it's working)Congratulations on completing the race, your time was 00:00:00 Full race results at http://www.example.com
Any ideas how I could do this?