Black Eagle Team Minishell
Path:
/
home
/
ccpsafy
/
www.old
/
private
/
analyse_images
/
[
Home
]
File: commentaires_images_x.php
<?php include("../../inc/enligne_param.inc.php"); include("../../inc/gere_session.inc.php"); $req = "INSERT INTO commentaires_images (id, id_image, id_redacteur, date, heure, commentaire) VALUES ('', '$_POST[image]', '$_POST[redacteur]', '$_POST[date]', '$_POST[heure]', '$_POST[commentaire]')"; $rep = mysql_query($req,$con) or die(__LINE__.$req.$mysql.error()); header("Location: analyse.php"); ?>
©
2020 Black Eagle Team