Gurus,
My file looks like this.
SID Red Green
3142 1 1
1008 0 1
5241 1 0
I would like php to read this file tab delimited file then update column RED or Green based on the SID's that I supplied.
How is this done?
Do I add everything to an array first?
Thank you for your help
My file looks like this.
SID Red Green
3142 1 1
1008 0 1
5241 1 0
I would like php to read this file tab delimited file then update column RED or Green based on the SID's that I supplied.
How is this done?
Do I add everything to an array first?
Thank you for your help