Pages

Saturday, January 22, 2011

Delete records from databse

<?
$query
= "DELETE FROM tblName where id='$id'";mysql_query($query, $db);
?>