HEX
Server: LiteSpeed
System: Linux premium106.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User: cstehnfp (2380)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/cstehnfp/lgos-rdc.com/admin_faq_suppr.php
<?php
include ('admin_pagetop.php');
echo"Suppression de la question";
include ('admin_pagemid.php');
//Recuperation des variables post�es
$id=$_GET["id"];
//Suppression du message
$sql="DELETE FROM $table_faq WHERE id='$id'";
$resultat=$mysqli->query($sql);
$noteok="Question supprim&eacute;!";
include ('oko.php');
refresh($p0,$tempsrr);
include ('admin_pagebas.php');
?>