I have a review PAGE with a TEXTFIELD.
User need to be able to write LONG STORY (1000 words+) may contain chars like ()*&^%$#@\/<>
Once "save" is pressed I want to use Jquery GET
-> to process content with PHP file.
(save in mysql database)
and return result.
let's say I want to display "alert(words_were_saved:int)"
How can I pass through long, complex parameters to and from Jquery _POST, _GET without causing JS / HTTP errors ?