?
| Current Path : /home/webyoo/www/backup/allback/kanity.com/save0807bh/ |
| Current File : /home/webyoo/www/backup/allback/kanity.com/save0807bh/insert_comm.php |
<?php
include "start.php";
extract($_POST);
if($comm != '')
{
$sql_up=mysql_query("INSERT INTO kan_comments SET fk_user='$iduser', fk_post='$id', commentaire='$comm'");
echo "Insertion réussie!";
}else
{
echo "L'insertion a echouée!";
}
?>