
Untitled
By: a guest on
May 8th, 2012 | syntax:
None | size: 0.51 KB | hits: 12 | expires: Never
require_once ("reg_script.php")
echo '<div id="acc">
<h2 align="center">Create an Account</h2>
<br />
<form method="post">Account Name<br />
<input type="text" name="accname" />
<br />
<br />Account Password<br />
<input type="password" name="pword" />
<br />
<br />Retype your Password<br />
<input type="password" name="pwordtwo" />
<br />
<br />E-mail Address (Use a valid E-mail)<br />
<input type="text" name="accmail" /><br /><br />
<input type="submit" value="" name="submit" />
</form>
</div>';