Black Eagle Team Minishell
Path:
/
home
/
ccpsafy
/
www.old
/
private
/
expos
/
[
Home
]
File: expos_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_expo='$_POST[date_expo]', heure_expo='$_POST[heure_expo]' "; $rep = mysql_query($req,$con) or die(__LINE__.$req.$mysql.error()); $req = "DELETE FROM expos where id = $_POST[SupprExpo]"; $rep = mysql_query($req, $con) or die(__line__.$req.mysql_error()); header("Location: expos.php"); ?>
©
2020 Black Eagle Team