Black Eagle Team Minishell
Path:
/
home
/
ccpsafy
/
www
/
private
/
programme
/
[
Home
]
File: programme_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_prog='$_POST[date_prog]', heure_prog='$_POST[heure_prog]' "; $rep = mysql_query($req,$con) or die(__LINE__.$req.$mysql.error()); $req = "delete from programme where id_p=$_POST[LeID]"; $REP = mysql_query($req, $con) or die(__line__.$req.mysql_error()); header("Location: programme.php"); ?>
©
2020 Black Eagle Team