* Thus wrote Ed Kwok ([EMAIL PROTECTED]):
> All:
> 
>    I am running into problem parsing a file exported from MS excel.  I 
> have exported the file as asci format, but there is a control "M" 
> append to my document.  What is this control "M" and how can I delete 
> without manually replace it? Is there any automated function I could 
> use?  Thanks.

It depends on how you are parsing the file here are a couple
things to look at depending on how your reading your file:

fgetcsv() it shouldn't really matter.
fgets() or file() look at the php.ini option 'auto_detect_line_endings'


Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to