<?php
$isim = $_GET["isim"];
include 'dbayar.php';


mysql_query("DELETE FROM video WHERE isim='$isim'");

mysql_close($con);
?>