ciao...

cosa non va in questo codice:

$vu="std";
$del3="replace into `gb` set utente='$vu' where utente='$ute'";
$verif3=mysql_query($del3,$con);
if($verif3)$p=0;
else echo mysql_error();

nella teoria dovrebbe modificare un solo campo della tabella gb e settarlo come std dove prima era $ute

giusto?

ecco l' errore: VVoVe:

You have an error in your SQL syntax near 'where utente='1'' at line 1