View file wap.rzz.ru/inc/host.php
<? $query ="INSERT INTO `host` VALUES ( 'NULL', '".$ip."', '".$bro."')"; $result = mysql_query($query); ######################################################### $count_query = 'select count(*) from `host` where 1 ;'; $total_ip_host = mysql_query ($count_query); $total_ip_count_host = mysql_fetch_array ($total_ip_host); $host = $total_ip_count_host ['count(*)']; ########################################################## ?>