Posts by a--m • 136 points
1 post
-
2
votes1
answer106
viewsA: Problem with posting via Ajax
You can use encodeURIComponent javascript: data: 'acao=' + encodeURIComponent(input), When you receive the date on the server you should do a PHP Decode: urldecode()…