Black Eagle Team Minishell
Path:
/
home
/
ccpsafy
/
www.old
/
private
/
programme
/
[
Home
]
File: programme_supp.php.old
<?php include("../../inc/enligne_param.inc.php"); include("../../inc/gere_session.inc.php"); include("../../inc/salutations.inc.php"); $date=(date('j-m-Y')); $heure=(date('G.i')); $req="select * from programme where id_p = $_GET[chgt]"; //execute la requete $rep=mysql_query($req,$con)or die($REQCAT.__line__); $row=mysql_fetch_array($rep); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>CCPSA Programme suppression</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <style type="text/css"> <!-- @import url("../../css/form.css"); --> </style> </head> <body> <div id="page" class="clearfix"> <h2>PROGRAMME - SUPPRESSION</h2> <h5>Interface Administrateur. Session ouverte pour : <?php echo ucfirst($LePrenom).' '.strtoupper($LeNom); ?>.</h5> <div id="left_col"> </div> <div id="container"> <h4>Attention, cette suppression est définitive !</h4> <div id="main_col"> <form name="form2" id="form2" method="post" action="programme_supp_x.php" enctype="multipart/form-data"> <input type="hidden" name="LeID" value="<?php echo $row['id_p'] ?>" /> <?php echo '<h4>'.$row['jour_p'].' '.$row['date_p'].' '.substr($row['mois_p'],2).'</h4><p>'.$row['sujet_p'].'</p><p>'.$row['lien_p'].'</p>'; ?> </div> <!--fin main_col--> <div id="right_col"> <!--BOUTONS VALIDATION--> <p><center> <a href="programme.php" title="annuler" class="xlink" />ANNULER</a></center></p> <!--FIN BOUTONS VALIDATION--> <!--/DATE DE MISE A JOUR DU SITE/--> <input type="hidden" name="date_prog" value="<?php echo $date; ?>" /> <input type="hidden" name="heure_prog" value="<?php echo $heure; ?>" /> <!----> </div> <!--fin right_col--> </div> <!--fin container--> <hr /> <p> <input type="submit" name="Submit" value="Supprimer" /></p> </form> </div> <!--fin page--> </body> </html>
©
2020 Black Eagle Team