Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 8th, 2012  |  syntax: None  |  size: 0.51 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. require_once ("reg_script.php")
  2. echo '<div id="acc">
  3.         <h2 align="center">Create an Account</h2>
  4. <br />
  5.         <form method="post">Account Name<br />
  6.         <input type="text" name="accname" />
  7. <br />
  8. <br />Account Password<br />
  9.         <input type="password" name="pword" />
  10. <br />
  11. <br />Retype your Password<br />
  12.         <input type="password" name="pwordtwo" />
  13. <br />
  14. <br />E-mail Address (Use a valid E-mail)<br />
  15.         <input type="text" name="accmail" /><br /><br />
  16.         <input type="submit" value="" name="submit" />
  17. </form>
  18.         </div>';