<?php include "common.php"; $cid = addslashes(stripslashes($cid)); $mailstore->rawQuery("delete from contacts where cid = '$cid'"); tim_redirect("contactslist2.php"); ?>