Black Eagle Team Minishell
Path:
/
home
/
ccpsafy
/
www.old
/
private
/
occup_salle
/
[
Home
]
File: occup_salle_ajout_x.php
<?php include("../../inc/enligne_param.inc.php"); include("../../inc/gere_session.inc.php"); // AJOUT DE LA DATE DE MODIF DANS LA BASE $req = "insert into occup_salle (id_salle, occupant_salle, jour_salle, date_salle, mois_salle, an_salle, heuredebut_salle, heurefin_salle, objet_salle) VALUES ('', '$_POST[occupant_salle]', '$_POST[jour_salle]', '$_POST[date_salle]', '$_POST[mois_salle]', '$_POST[an_salle]', '$_POST[heuredebut_salle]', '$_POST[heurefin_salle]', '$_POST[objet_salle]')"; $REP = mysql_query($req,$con) or die(__LINE__.$req.$mysql.error()); header("Location: occup_salle.php"); ?>
©
2020 Black Eagle Team