ciao a tutti, quando importo i valori da un file XML, anche se nel file vedo correttamente il carattere ' nel DB trovo:
& # 1 4 6 ;
carattere dell'immagine allegata
come posso risolvere??
nel file PHP che processa l'XML ho
include_once("../inc/connection_tmp.php");
mysql_set_charset('utf8',$conn);
$xmlstring = file_get_contents("URL");
$xml = simplexml_load_string($xmlstring);
Grazie