include("meta.php"); ?> $today = getdate(); $month = $today['month']; $month1 = $today['mon']; $mday = $today['mday']; $year = $today['year']; $seconds = $today['seconds']; $hours = $today['hours']; $minutes = $today['minutes']; $hours1=$hours; if (24<$hours1) {$hour=$hours1-24;} else $hour=$hours1; /* Performing SQL query */ $ip = getenv("REMOTE_ADDR"); $qu="select MAX(contor) from contor"; $re=mysql_query($qu) or die("eroare la baza de date"); $row1=mysql_fetch_array($re); ?>