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