<?php require_once("../config.php"); $deleteid=$_POST['deleteid']; $conn->exec("delete from topics where topic_id='$deleteid'"); ?>