I need help. I've spent so many hours on this already....
Ok Javascript escapes a string with a "†" and replaces it with "% u2020" (I had to put a space in between the % and the u2020 in order for it to show up properly on this forum)
Now PHP urldecode / rawurldecode ...don't decode as they should.
This is true for other special characters. I need to save this to a mySQL database and display it later on. (so if there is a mySQL trick I'm all for it...) When the string is called it shows up as % u2020 rather than the proper symbol. I'm not sure what to do, please HELP!
Oh I need the string escaped in javascript in order to make an AJAX call....
Thanks in advance!