1: 2: 3:
$sql = "DELETE FROM bespoke_pricelist WHERE id= " . $row_rs_media['id']; echo $sql; mysql_query($sql) or die(mysql_error());