<?php
//include "../../authheader.php";
if($block != true)
{
?>
<html>
<head>
<!-- Welcome to the scripts database of HIOX INDIA -->
<!-- This tool is developed and a copyright -->
<!-- product of HIOX INDIA. -->
<!-- For more information visit http://www.hscripts.com -->
</head>
<body>
<table width=80% align=center>
<tr><td bgcolor="#cfffcf" align=center>
<br>
<b>Registration Page</b>
<br><br>
</td></tr>
<tr><td bgcolor="#efffef">
<br><br>
<div align=left style="padding-left: 150px;">
Register with us and get updates from us<br>
<br><br>
Please provide your email id and register with us.<br>
We assure you of no spam.<br><br><br>
<form action="regpage.php" METHOD="POST">
<b>Email:</b><br><input type="text" name="mail" size=15>
<br>
<input type="submit" value="register">
</form>
<br>
<br><br><br>
<div align=right>
a copyright product of © <a href=http://www.hscripts.com style="color:green; text-decoration: none;">hioxindia.com</a>
</div>
<br><br>
</div>
</td></tr>
</table>
</body>
</html>
<?php
}
?>