salve a tutti sono alle prime armi coi tag php e di conseguenza anche gli errori si fan vedere subito! qualcuno sa spiegarmi dove ho sbagliato in questo tag:

Codice PHP:
<html> <body> <form action="" name="registrazione"> <input name="utente" type="text"/>
 <input name="password" type="password"/>
 <input type="submit" value="clicca"/> </form> </body> </html> <?php include('database.php'$utente$_POST('utente'$password $_POST('password'$sql 'INSERT INTO `database`.`tabella` ( `utente`, `password`) VALUES (NULL, '$utente', '$password' );'?>
grazie anticipatamente