Dathremar Posted September 17, 2008 Share Posted September 17, 2008 I know that this is supposed to be easy but i have a problem here. I am trying to pass a message to a php file where i can insert it into a DB. So everything works fine until some1 types in the text box a character '+' or a '&' char. I know that the problem is that these 2 are characters that are messing up the java script. The & messes up the URl and the + is the concat sign for javascript. So any idea how to escape them and still send them through ajax? Quote Link to comment Share on other sites More sharing options...
CroNiX Posted September 17, 2008 Share Posted September 17, 2008 possibly rawurlencode() / rawurldecode() Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.