modificata così dovrebbe andare?:
Codice PHP:
mysql_query("Upload archive SET Nome=if(Nome!='$nome', '$nome', Nome), Cognome=if(Cognome!='$cognome', '$cognome', Cognome), Email=if(Email!='$email', '$email', Email), Testo=if(Testo!='$testo', '$testo', Testo) Where IDMsg=$idmsg")