Hi all,
I am working on windows 2000 and using php 5.0 and apache 2.0.59.
I am facing a problem while parsing a text file.Actually I am using a pop server for parsing an email.I am downloading new mails from that server using php and parsing the attachments.I want to parse text files as well. BUt when i save the attached .txt file on my machine, "=20" gets appended at the end of every line.
If the file is an xml file, sometimes "=90" gets appended. I can't figure out as why is this happening and how to rectify it.
waiting for your valuable replies,
thanks.
I am working on windows 2000 and using php 5.0 and apache 2.0.59.
I am facing a problem while parsing a text file.Actually I am using a pop server for parsing an email.I am downloading new mails from that server using php and parsing the attachments.I want to parse text files as well. BUt when i save the attached .txt file on my machine, "=20" gets appended at the end of every line.
If the file is an xml file, sometimes "=90" gets appended. I can't figure out as why is this happening and how to rectify it.
waiting for your valuable replies,
thanks.
Comment