ma &quote; non dovrebbe essere sostituito in " (e così tutti gli altri)?Originariamente inviato da serialkiller
codice:function xmlentities ( $string ) { $ar1 = array ( '&' , '"', ''' , '<' , '>' ); $ar2 = array ( '&', '"', "’", '<', '>' ) ; return str_replace ( $ar1 , $ar2 , $string ); }
sti maledetti caratteri non li sopporto più..