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