Drop Table Php Posted on 31 Mart 2013 By webadmin Yorum yok Drop Table Php Spread the love<?php include(“baglan.php”); $query = “drop table if exists deneme”; $result = mysql_query ($query) or die (“Sorgu başarısız.”); ?>