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? Link to comment https://forums.phpfreaks.com/topic/124633-calling-a-php-file/ Share on other sites More sharing options...
CroNiX Posted September 17, 2008 Share Posted September 17, 2008 possibly rawurlencode() / rawurldecode() Link to comment https://forums.phpfreaks.com/topic/124633-calling-a-php-file/#findComment-643766 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.