Codice PHP:
$result = mysql_query("UPDATE tabella SET decripted_password = '$nuovo_valore' WHERE email = '$email'") or die (mysql_error());
Codice PHP:
$result = mysql_query("UPDATE tabella SET decripted_password = '$nuovo_valore' WHERE email = '$email'") or die (mysql_error());