Black Eagle Team Minishell
Path:
/
home
/
ccpsafy
/
www.old
/
private
/
expos
/
[
Home
]
File: expos_supp.php
<?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 expos where id = $_GET[chgt]"; //execute la requete $rep=mysql_query($req,$con)or die($req.__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 Expositions et Manifestations suppression</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <style type="text/css"> <!-- @import url("../../css/form_common.css"); --> </style> </head> <body> <div id="page" class="clearfix"> <h2>EXPOS & MANIFESTATIONS - SUPPRESSION</h2> <h5>Interface Administrateur. Session ouverte pour : <?php echo ucfirst($LePrenom).' '.strtoupper($LeNom); ?></h5> <div id="left_col"> </div> <!--fin left_col--> <div id="container"> <div id="main_col"> <h4><center>ATTENTION, CETTE SUPPRESSION EST DÉFINITIVE !</center></h4> <hr /> <?php echo '<p>'.$row['auteur'].' - '.$row['titre'].' - '.$row['lieu'].' - '.$row['texte'].'</p>'; ?> </div> <form name="form" id="form" method="post" action="expos_supp_x.php" enctype="multipart/form-data"> <input type="hidden" name="SupprExpo" value="<?php echo $row['id'] ?>" /> <!--/DATE DE MISE A JOUR DU SITE/--> <input type="hidden" name="date_expo" value="<?php echo $date; ?>" /> <input type="hidden" name="heure_expo" value="<?php echo $heure; ?>" /> <div id="right_col"> <p> <input type="submit" name="Submit" value="Supprimer" /></p> <p><center> <a href="expos.php" class="xlink" title="annuler"/>ANNULER</a></center></p> </div> <!----> </div> <!--fin container--> </form> </div> <!--fin page--> </body> </html>
©
2020 Black Eagle Team