dovrei usare una delle seguenti funzioni (htmlentities e htmlspecialchars) ma entrambi mi restituiscono la stessa identica striga che gli passo in ingresso...
che errore puo' essere?
tnx a lot
esempio:
Codice PHP:
echo htmlentities ( $desc_gruppo_ita , ENT_QUOTES ,ISO8859-15 );
echo htmlentities ( $desc_gruppo_ita , ENT_QUOTES);
echo htmlspecialchars ( $desc_gruppo_ita , ENT_QUOTES);
tutte e tre mi restituiscono la var $desc_gruppo_ita con tutti gli apici e i caratteri speciali identici alla variabile originale...