Black Eagle Team Minishell
Path:
/
home
/
ccpsafy
/
www
/
private
/
analyse_images
/
[
Home
]
File: analyse_modif_x.php
<?php include ("../../inc/enligne_param.inc.php"); include ("../../inc/gere_session.inc.php"); $req = "UPDATE analyse_images SET titre_ana = \"$_POST[titre]\", comment_ana = \"$_POST[commentaire]\" WHERE id_ana = $_POST[IDmodif] "; $rep = mysql_query($req, $con) or die(__line__.$req.mysql_error()); header("Location: analyse.php"); ?>
©
2020 Black Eagle Team