I have a created a session containing the following data:
Calle San Andrés
When I echo back the session the user sees:
Calle San Andrés
In php, how can I convert the echoed code so that it is once again legible by the user?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This looks like a problem with the encoding used by the client’s browser. Probably, you’ll just have to set the encoding to UTF8.