<?php
/*****************************************************************
************* BKWORKS PRO PHP V 0.5 BETA 1 ***********************
******************** BRYAN KOOIENGA ******************************
****************** DECEMBER 20, 2007 *****************************
*****************************************************************/
if(!defined("INDEX")) {
header("location: ../../?view=home");
}
?>
<form action="?view=process_register" method="post">
<?php
if($errors == 1) {
?>
<h3 align="center">Registration Failed!</h3>
<b><?php echo $error; ?></b>
<?php } ?>
<h3 align="center">ProPHP Registration</h3>
<table width="100%" border="0">
<tr>
<td width="100%" align="center">Site URL / Username </td>
</tr>
<tr>
<td align="center"><input type="text" name="domain" /></td>
</tr>
<tr>
<td align="center">Password</td>
</tr>
<tr>
<td align="center"><input type="password" name="pw" /></td>
</tr>
<tr>
<td align="center"><input type="submit" value="Register!" /></td>
</tr>
</table>
</form>