Black Eagle Team Minishell
Path:
/
home
/
ccpsafy
/
www
/
private
/
salons
/
[
Home
]
File: salons_supp_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 = "update date set date_salon='$_POST[date_salon]', heure_salon='$_POST[heure_salon]' "; $rep = mysql_query($req,$con) or die(__LINE__.$req.$mysql.error()); $req = "delete from salons where id = $_POST[SupprSalon]"; $REP = mysql_query($req, $con) or die(__line__.$req.mysql_error()); header("Location: salons.php"); ?>
©
2020 Black Eagle Team