I am using jHTMLArea and I allow the user to type any character. I am also passing the values to a PHP page for processing but I have found that I cannot send the & symbol.
Is there a jQuery encode function? I am serializing the string but I think the PHP page is reading the & as a new parameter.
Any suggestions?
Use
escape()function to properly encode your data, when sending via HTTP