Skip to content
Extraits de code Groupes Projets
Valider 9946a702 rédigé par Lucas BRIFFON's avatar Lucas BRIFFON
Parcourir les fichiers

update matchs

parent 7a368757
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -93,16 +93,6 @@ include("/opt/lampp/htdocs/pima/head.php"); ...@@ -93,16 +93,6 @@ include("/opt/lampp/htdocs/pima/head.php");
</form> </form>
</p> </p>
<?php <?php
/*if (isset($_POST['match1'])){
$firstname = $_POST['firstname'];
$name = $_POST['name'];
$type = "Student";
$mail = $_POST['mail'];
$mdp = $_POST['mdp'];
$sql = "INSERT INTO users(student, teacher, dispo, subject, accepted) values (?, ?, ?, ?, ?, ?)";
$bdd->prepare($sql)->execute([$firstname,$name,$type,$mail,$mdp]);
}*/
} }
} }
} }
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter