<?
$host="localhost";
$user="";
$pass="";
$db="mydata";
$tb="present";
$connect= mysql_connect( $host,$user,$pass) or die ("ติดต่อกับฐานข้อมูล Mysql ไม่ได้ ");
mysql_select_db($db) or die("เลือกฐานข้อมูลไม่ได้");
$sql="delete from $tb where id_present=$id_present";