prepare("INSERT INTO mono_joueur(joueur) VALUES (?)"); $stm->execute([ $name]); header("Location: start.php");