Sending and treating text by get method

Posted by ilnur777 on Stack Overflow See other posts from Stack Overflow or by ilnur777
Published on 2010-05-22T18:48:08Z Indexed on 2010/05/22 18:50 UTC
Read the original article Hit count: 160

Filed under:
|
|
|

Guys, could you help me with treating text sent with GET method. How to detect and treat line foldings in text? The text is sent from textarea through AJAX using GET method. How to detect line foldings in text when it is sent in GET method?

And I want to replace all line foldings with special character for example like "|" before sending to PHP script.

How to do it?

© Stack Overflow or respective owner

Related posts about text

Related posts about get