Drop Table Php
<?php
include(“baglan.php”);
$query = “drop table if exists deneme”;
$result = mysql_query ($query) or die (“Sorgu başarısız.”);
?>
<?php
include(“baglan.php”);
$query = “drop table if exists deneme”;
$result = mysql_query ($query) or die (“Sorgu başarısız.”);
?>