Your IP : 216.73.216.162


Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/
Upload File :
Current File : /home/x/b/o/xbodynamge/namtation/wp-content/action_sexcep.php.tar

home/xbodynamge/namtation/reservation/admin/action_sexcep.php000060400000002472151120343230020604 0ustar00<?php
include_once('init.inc.php');

if ($_POST['type']=="new"){

echo $sql = "insert into reservation".$DB_prefixtable."seance_exceptionnelle (salle, date, heure_debut, heure_fin, type_seance, nb_max_participant) value ('".$_POST['salle']."','".$_POST['date_annee']."/".$_POST['date_mois']."/".$_POST['date_jour']."','".$_POST['heure_debut']."','".$_POST['heure_fin']."','".$_POST['type_seance']."',".$_POST['nb_max_participant'].")";
$req = mysqli_query($db, $sql) or die('Erreur SQL !'.mysqli_error()); 

header('Location: page_sexcep.php'); 
  
}


if ($_POST['type']=="modif"){

echo $sql = "update reservation".$DB_prefixtable."seance_exceptionnelle set salle='".$_POST['salle']."', date='".$_POST['date_annee']."/".$_POST['date_mois']."/".$_POST['date_jour']."', heure_debut='".$_POST['heure_debut']."', heure_fin='".$_POST['heure_fin']."', type_seance='".$_POST['type_seance']."', nb_max_participant=".$_POST['nb_max_participant']." where id=".$_POST['id'];
$req = mysqli_query($db, $sql) or die('Erreur SQL !'.mysqli_error());

header('Location: page_sexcep.php'); 
  
}

if ($_POST['type']=="remove"){

echo $sql = "delete from reservation".$DB_prefixtable."seance_exceptionnelle where id=".$_POST['id'];
$req = mysqli_query($db, $sql) or die('Erreur SQL !'.mysqli_error());

header('Location: page_sexcep.php'); 
  
}
  



?>
home/xbodynamge/www/reservation/admin/action_sexcep.php000060400000002472151122144360017443 0ustar00<?php
include_once('init.inc.php');

if ($_POST['type']=="new"){

echo $sql = "insert into reservation".$DB_prefixtable."seance_exceptionnelle (salle, date, heure_debut, heure_fin, type_seance, nb_max_participant) value ('".$_POST['salle']."','".$_POST['date_annee']."/".$_POST['date_mois']."/".$_POST['date_jour']."','".$_POST['heure_debut']."','".$_POST['heure_fin']."','".$_POST['type_seance']."',".$_POST['nb_max_participant'].")";
$req = mysqli_query($db, $sql) or die('Erreur SQL !'.mysqli_error()); 

header('Location: page_sexcep.php'); 
  
}


if ($_POST['type']=="modif"){

echo $sql = "update reservation".$DB_prefixtable."seance_exceptionnelle set salle='".$_POST['salle']."', date='".$_POST['date_annee']."/".$_POST['date_mois']."/".$_POST['date_jour']."', heure_debut='".$_POST['heure_debut']."', heure_fin='".$_POST['heure_fin']."', type_seance='".$_POST['type_seance']."', nb_max_participant=".$_POST['nb_max_participant']." where id=".$_POST['id'];
$req = mysqli_query($db, $sql) or die('Erreur SQL !'.mysqli_error());

header('Location: page_sexcep.php'); 
  
}

if ($_POST['type']=="remove"){

echo $sql = "delete from reservation".$DB_prefixtable."seance_exceptionnelle where id=".$_POST['id'];
$req = mysqli_query($db, $sql) or die('Erreur SQL !'.mysqli_error());

header('Location: page_sexcep.php'); 
  
}
  



?>
home/xbodynamge/namtation/reservation/dev/admin/action_sexcep.php000060400000002361151132022120021352 0ustar00<?php
include_once('init.inc.php');

if ($_POST['type']=="new"){

echo $sql = "insert into reservation_seance_exceptionnelle (salle, date, heure_debut, heure_fin, type_seance, nb_max_participant) value ('".$_POST['salle']."','".$_POST['date_annee']."/".$_POST['date_mois']."/".$_POST['date_jour']."','".$_POST['heure_debut']."','".$_POST['heure_fin']."','".$_POST['type_seance']."',".$_POST['nb_max_participant'].")";
$req = mysql_query($sql) or die('Erreur SQL !'.mysql_error()); 

header('Location: page_sexcep.php'); 
  
}


if ($_POST['type']=="modif"){

echo $sql = "update reservation_seance_exceptionnelle set salle='".$_POST['salle']."', date='".$_POST['date_annee']."/".$_POST['date_mois']."/".$_POST['date_jour']."', heure_debut='".$_POST['heure_debut']."', heure_fin='".$_POST['heure_fin']."', type_seance='".$_POST['type_seance']."', nb_max_participant=".$_POST['nb_max_participant']." where id=".$_POST['id'];
$req = mysql_query($sql) or die('Erreur SQL !'.mysql_error()); 

header('Location: page_sexcep.php'); 
  
}

if ($_POST['type']=="remove"){

echo $sql = "delete from reservation_seance_exceptionnelle where id=".$_POST['id'];
$req = mysql_query($sql) or die('Erreur SQL !'.mysql_error()); 

header('Location: page_sexcep.php'); 
  
}
  



?>
home/xbodynamge/www/reservation/dev/admin/action_sexcep.php000060400000002361151132670310020216 0ustar00<?php
include_once('init.inc.php');

if ($_POST['type']=="new"){

echo $sql = "insert into reservation_seance_exceptionnelle (salle, date, heure_debut, heure_fin, type_seance, nb_max_participant) value ('".$_POST['salle']."','".$_POST['date_annee']."/".$_POST['date_mois']."/".$_POST['date_jour']."','".$_POST['heure_debut']."','".$_POST['heure_fin']."','".$_POST['type_seance']."',".$_POST['nb_max_participant'].")";
$req = mysql_query($sql) or die('Erreur SQL !'.mysql_error()); 

header('Location: page_sexcep.php'); 
  
}


if ($_POST['type']=="modif"){

echo $sql = "update reservation_seance_exceptionnelle set salle='".$_POST['salle']."', date='".$_POST['date_annee']."/".$_POST['date_mois']."/".$_POST['date_jour']."', heure_debut='".$_POST['heure_debut']."', heure_fin='".$_POST['heure_fin']."', type_seance='".$_POST['type_seance']."', nb_max_participant=".$_POST['nb_max_participant']." where id=".$_POST['id'];
$req = mysql_query($sql) or die('Erreur SQL !'.mysql_error()); 

header('Location: page_sexcep.php'); 
  
}

if ($_POST['type']=="remove"){

echo $sql = "delete from reservation_seance_exceptionnelle where id=".$_POST['id'];
$req = mysql_query($sql) or die('Erreur SQL !'.mysql_error()); 

header('Location: page_sexcep.php'); 
  
}
  



?>
home/xbodynamge/crosstraining/reservation/dev/admin/action_sexcep.php000060400000002361151133747500022266 0ustar00<?php
include_once('init.inc.php');

if ($_POST['type']=="new"){

echo $sql = "insert into reservation_seance_exceptionnelle (salle, date, heure_debut, heure_fin, type_seance, nb_max_participant) value ('".$_POST['salle']."','".$_POST['date_annee']."/".$_POST['date_mois']."/".$_POST['date_jour']."','".$_POST['heure_debut']."','".$_POST['heure_fin']."','".$_POST['type_seance']."',".$_POST['nb_max_participant'].")";
$req = mysql_query($sql) or die('Erreur SQL !'.mysql_error()); 

header('Location: page_sexcep.php'); 
  
}


if ($_POST['type']=="modif"){

echo $sql = "update reservation_seance_exceptionnelle set salle='".$_POST['salle']."', date='".$_POST['date_annee']."/".$_POST['date_mois']."/".$_POST['date_jour']."', heure_debut='".$_POST['heure_debut']."', heure_fin='".$_POST['heure_fin']."', type_seance='".$_POST['type_seance']."', nb_max_participant=".$_POST['nb_max_participant']." where id=".$_POST['id'];
$req = mysql_query($sql) or die('Erreur SQL !'.mysql_error()); 

header('Location: page_sexcep.php'); 
  
}

if ($_POST['type']=="remove"){

echo $sql = "delete from reservation_seance_exceptionnelle where id=".$_POST['id'];
$req = mysql_query($sql) or die('Erreur SQL !'.mysql_error()); 

header('Location: page_sexcep.php'); 
  
}
  



?>
home/xbodynamge/crosstraining/reservation/admin/action_sexcep.php000060400000002472151134172470021512 0ustar00<?php
include_once('init.inc.php');

if ($_POST['type']=="new"){

echo $sql = "insert into reservation".$DB_prefixtable."seance_exceptionnelle (salle, date, heure_debut, heure_fin, type_seance, nb_max_participant) value ('".$_POST['salle']."','".$_POST['date_annee']."/".$_POST['date_mois']."/".$_POST['date_jour']."','".$_POST['heure_debut']."','".$_POST['heure_fin']."','".$_POST['type_seance']."',".$_POST['nb_max_participant'].")";
$req = mysqli_query($db, $sql) or die('Erreur SQL !'.mysqli_error()); 

header('Location: page_sexcep.php'); 
  
}


if ($_POST['type']=="modif"){

echo $sql = "update reservation".$DB_prefixtable."seance_exceptionnelle set salle='".$_POST['salle']."', date='".$_POST['date_annee']."/".$_POST['date_mois']."/".$_POST['date_jour']."', heure_debut='".$_POST['heure_debut']."', heure_fin='".$_POST['heure_fin']."', type_seance='".$_POST['type_seance']."', nb_max_participant=".$_POST['nb_max_participant']." where id=".$_POST['id'];
$req = mysqli_query($db, $sql) or die('Erreur SQL !'.mysqli_error());

header('Location: page_sexcep.php'); 
  
}

if ($_POST['type']=="remove"){

echo $sql = "delete from reservation".$DB_prefixtable."seance_exceptionnelle where id=".$_POST['id'];
$req = mysqli_query($db, $sql) or die('Erreur SQL !'.mysqli_error());

header('Location: page_sexcep.php'); 
  
}
  



?>