<?php include('header.php'); include('options.php'); $id = $_GET['id']; $result = mysql_query("DELETE FROM categori WHERE catid ='$id' ") or die(mysql_error()); echo '<center>Successfully!</center>'; ?>