Hi
I am trying to read from a file using fgetcsv and having this problem. The file contains:
<msg1> //no space either side
< msg2 > //with space either side
while I can read in < msg2 >, I cannot read <msg1>
I get returned a blank string into the array.
Anyone have an idea on this????
Rgds