View file love/index.php

File size: 949B
<?php
include 'config.php';
list($msec,$sec)=explode(chr(32),microtime());
$HeadTime=$sec+$msec;
echo '<html><head><title>
'.$title.'
</title>';
include ('style.css');
echo '</head><body>
<div class="gmenu"><b><center>-= BigBlast.In =-</center></b></div><br>
<center>Love Calculator!<br/>
<form name="love" method="post" action="rez.php">
Your Name<br/>
<input name="name" title="Name"/><br/>
Your Partner Name<br/>
<input name="partner" title="Name"/><br/><br/>
<input type="image" value="Calculate" src="cal.gif"/><br/><br/>
</form>';
echo "<font color=red><b>Total Love Counts: </b></font>"; include 'hit.php';
echo '<br/><br/><div class="a">';

list($msec,$sec)=explode(chr(32),microtime());
echo "Page Took [".round(($sec+$msec)-$HeadTime,4)."] Seconds To Load</div>";

print '</center><div class="gmenu"><br/><center><b><a href="/menu.php?ver=html">Back To Home</a></b><br/><br/><b>&copy BigBlast.In</b></div></center></body></html>';

?>