<?
#########################################################
$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(*)'];
##########################################################
?>