Re: RES: [PHP] fets() escaping some characters

2012-09-11 Thread Marco Behnke
Or, if that string is the only thing you want to output and nothing else you will set the correct content type for your output by putting header('Content-Type: text/plain; charset=utf-8'); at the beginning of your script Am 11.09.12 19:54, schrieb Samuel Lopes Grigolato: > This issue has to do w

RES: [PHP] fets() escaping some characters

2012-09-11 Thread Samuel Lopes Grigolato
This issue has to do with HTML markup. You need to properly "escape" characters before sending them as text to the browser. Try to use this PHP function to escape your string: echo htmlspecialchars($yourstringhere); Regards, Samuel. -Mensagem original- De: sunil meena [mailto:sunil.extc2.