se hai problemi con i caratteri UTF-8 usa htmlentities:
Codice PHP:$testo_convertito = htmlentities($testo_incorretto, ENT_QUOTES, 'UTF-8');
se hai problemi con i caratteri UTF-8 usa htmlentities:
Codice PHP:$testo_convertito = htmlentities($testo_incorretto, ENT_QUOTES, 'UTF-8');