@header('Content-Type: text/html; charset=windows-1256'); @ob_start("ob_gzhandler"); include "inc/conn.php"; include "inc/functions.php"; if(isset($_POST['kalimaid'])) { $kid=$_POST['kalimaid']; $runQuery="delete from kalima where id='$kid'"; $flag=mysql_query($runQuery); // $flag=ociexecute($exe); if($flag>0) echo ""; else echo ""; } ?>