<?php
$id=intval($id);
$qs = @mysql_query("select * from `oper_hit` where idaa='$id';");
if (!mysql_num_rows($qs)){
mysql_query("insert into `oper_hit`(`idaa`) values
(".$id.")"); }
$qs1 = @mysql_query("select * from `oper_host` where idaa='$id';");
if (!mysql_num_rows($qs1)){
mysql_query("insert into `oper_host`(`idaa`) values
(".$id.")"); }
//@mysql_query("Update `oper_in` set `$oper`=`$oper`+'1' where idaa='$id' ");
?>