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

minor folder changes

parent 222d2915
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Fichier déplacé
<?php
$title = 'Projet PIMA';
include("/opt/lampp/htdocs/pima/head.php");
?>
</head>
<?php include("/opt/lampp/htdocs/pima/header.php"); ?>
<section class="wrapper style1">
<div class="container">
<div id="content">
<article>
<header>
<h2>Inscription en tant qu'élève</h2>
</header>
</article>
<?php
inscription_student($bdd);
if (isset($_POST['reset'])){
fill_table($bdd);
}?>
</div>
</div>
</section>
<?php #include("/opt/lampp/htdocs/pima/footer.php"); ?>
<?php
$title = 'Projet PIMA';
include("/opt/lampp/htdocs/pima/head.php");
?>
</head>
<?php include("/opt/lampp/htdocs/pima/header.php"); ?>
<section class="wrapper style1">
<div class="container">
<div id="content">
<article>
<header>
<h2>Inscription en tant que professeur</h2>
</header>
</article>
<?php
inscription_teacher($bdd);
if (isset($_POST['reset'])){
fill_table($bdd);
}?>
</div>
</div>
</section>
<?php #include("/opt/lampp/htdocs/pima/footer.php"); ?>
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter