Hi,
I am a new member so I hope I am posting to the right forum.
I am having great difficulties with PHP and a csv file.
I am trying to read the file in one line at a time, then explode it because it is a comma delimited file. I then need to use the individual exploded bits to create a dynamic table. I also need to join two of the elements (currently separated by a comma)together.
I have been working on this for two whole day now and I am still not getting anywhere. I get the lines into an array but when they are printed, they display as one long line separated with commas. If I explode(",", $string string), when I display it just prints the first element of each line array on separate lines.
Can anyone PLEASE help me out?????
thanks in advance