Hi,
I have a page where clients can upload contents from either microsoft word or other word processor into a text box. The system I am running the server is linux so all the end of line characters get converted to ^M (its not carat , its ctrl+V+M )
Is there a php command that can remove this
There is a php.ini which will remove it if we are reading from a file but if someone does copy and paste how do I remove it?
Thanks
ro
I have a page where clients can upload contents from either microsoft word or other word processor into a text box. The system I am running the server is linux so all the end of line characters get converted to ^M (its not carat , its ctrl+V+M )
Is there a php command that can remove this
There is a php.ini which will remove it if we are reading from a file but if someone does copy and paste how do I remove it?
Thanks
ro