Direktori : /proc/thread-self/root/home/rizant5/www/admin/ |
Current File : //proc/thread-self/root/home/rizant5/www/admin/topic_delete_ajax.php |
<?php require_once("../config.php"); $deleteid=$_POST['deleteid']; $conn->exec("delete from topics where topic_id='$deleteid'"); ?>