Got a side project I'm playing with...
What's the easiest way to edit a CSV file (in the same DIR as the php file), take the 2nd column convert to numbers, manipulate (multiply by 1.05) and save after doing this for every row except the first?
Not a php programmer I do Java so it's a bit beyond my scope...
What's the easiest way to edit a CSV file (in the same DIR as the php file), take the 2nd column convert to numbers, manipulate (multiply by 1.05) and save after doing this for every row except the first?
Not a php programmer I do Java so it's a bit beyond my scope...