<?php header("content-type:text/plain; charset=tis-620"); include_once("../../function/ad_std.php"); $resultEvent=show_coun(); While( $row= mysql_fetch_array($resultEvent) ) { $cnt = $row['cnt']; } echo("Visitors Counter ".$cnt); ?>