Black Eagle Team Minishell
Path:
/
home
/
ccpsafy
/
www.old
/
private
/
analyse_images
/
[
Home
]
File: analyse_modif.php
<?php include("../../inc/enligne_param.inc.php"); include("../../inc/gere_session.inc.php"); include("../../inc/salutations.inc.php"); $req="SELECT * FROM analyse_images WHERE id_ana = $_GET[gere_modif]"; //execute la requete $rep=mysql_query($req,$con)or die($req.__line__); $row=mysql_fetch_array($rep); $Idtest = $row['id_ana']; //permet d'afficher la photo dans l'interface modifier $Visuel = $row["visuel_ana"]; $Titre = ucwords($row["titre_ana"]); ?> <!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 Club Photo d'Antony</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <style type="text/css"> <!-- @import url("../../css/analyse_images.css"); --> </style> <link href='http://fonts.googleapis.com/css?family=Dosis' rel='stylesheet' type='text/css'> </head> <body> <div id="page" class="clearfix"> <h1 class="txtcenter">MODIFICATION</h1> <p> </p> <div id="container"> <div id="colonne_gauche"> <?php include("../../inc/menu_analyse_images.php");?> </div> <div id="colonne_centre"> <div id="vignetteimageref"><?php echo"<img src='../../pict/analyse_images/".$Visuel."'/>"; ?></div> <form id="form" name="form" method="post" action='analyse_modif_x.php#<?php echo $Visuel ; ?>' enctype="multipart/form-data"> <!-- POUR PASSER LA LIGNE A MODIFIER --> <input type="hidden" name="IDmodif" value="<?php echo $row['id_ana']; ?>" /> <input name="membre" readonly type="textdisabled" value="<?php echo $row['membre_ana'];?>" /> <h5 class='txtcenter'>Titre :</h5> <input name="titre" type="text" value="<?php echo ucwords($row["titre_ana"]);?>"/> <h5 class='txtcenter'>Commentaire :</h5> <textarea name="commentaire"><?php echo $row['comment_ana'];?></textarea> <!-- POUR PASSER LA date A MODIFIER --> <input type="hidden" name="date" value="<?php echo $row['date_ana']; ?>" /> </div> <!--fin main_col--> <div id="colonne_droite"> <p> <input type="submit" name="Submit" class="menuvalid" value="VALIDER" /> </p> </form> <p><a href="analyse_perso.php" class="menumodif" title="VERS PHOTOS..."/>VERS PHOTOS <?php echo ucfirst($LePrenom);?></a></p> <p><a href="analyse.php#<?php echo $Visuel ; ?>" class="menuannul" title="ANNULER"/>RETOUR ANALYSE</a></p> <!--FIN BOUTONS VALIDATION--> </div> <!--fin right_col--> </div> <!--fin container--> <!--BOUTONS VALIDATION--> </div> <!--fin page--> </body> </html>
©
2020 Black Eagle Team