Codice PHP:
$query mysql_query("INSERT INTO account (user_name,password,e-mail)
VALUES ('"
.$_POST["nome"]."','".$_POST["password"]."','".$_POST["email"]."')") or die ("query di registrazione non riuscita".mysql_error());