Moose
07-02-2006, 01:55 AM
Alright I am having a few problems with AJAX.
First of I can get and post information except for when I post I am noticing that it is replacing all the + signs without me using replace at all. All I am doing is escaping the content as it must be escaped to be sent.
Second of all is there anyway to keep content escaped when sending it through AJAX and not having be unescaped when the data is posted?
Thanks for your help. :D
First of I can get and post information except for when I post I am noticing that it is replacing all the + signs without me using replace at all. All I am doing is escaping the content as it must be escaped to be sent.
Second of all is there anyway to keep content escaped when sending it through AJAX and not having be unescaped when the data is posted?
Thanks for your help. :D