create($_POST['login'], $_POST['password'], $_POST['email']); if ($return === true) { die('creation OK'); } else { die('Marche pas la création: '.$return); } } echo '
Crée ton compte
Login
Password
Email

'; ?>