Header removed so the browser doesn'y kick into parse html [form method="POST" action="ressiv.php"] [input type="text" name="year" size="20"] Year[Br] [input type="text" name="month" size="20"] Month[Br] [input type="text" name="day" size="20"] Day[Br] [input type="text" name="posts" size="20"] Total PostsJoin date unix timestamp$join_unix\n"; $timestamp = time(); print "Current unix timestamp$timestamp\n

\n"; $diff = $timestamp - $join_unix; $ins = $posts / ($diff / 1); $inm = $posts / ($diff / 60); $inh = $posts / ($diff / 3600); $ind = $posts / ($diff / 86400); $inw = $posts / ($diff / 604800); $inmo = $posts / ($diff / 2629800); $iny = $posts / ($diff / 31557600); print "\n"; print "\n"; print "\n"; print "\n"; print "\n"; print "\n"; print "\n"; print "\n"; print "
Posts per second $ins
Posts per minute $inm
Posts per hour $inh
Posts per day $ind
Posts per week $inw
Posts per month $inmo
Posts per year $iny
\n"; } ?>