I am using $Message=preg_replace("/¡È/","\"",$Message); But my server is not supporting. Whenever I am uploading the file to my server it is converting to $Message=preg_replace("/??/","\"",$Message);. Please anyone solve this one quickly. Thanks in advance Subikar
Can you describe your problem better? Why isn't that code working? Can you show us the rest of your code?
Instead of using it in the code like that, find the ASCII code for it and use chr() in the preg_replace()