Advertisement
Guest User

Untitled

a guest
Jul 7th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. <?php
  2. include("include/session.php");
  3. ?>
  4.  
  5. <html>
  6. <title>Epic Registration</title>
  7. <link href="style.css" type="text/css" rel="stylesheet">
  8. <body>
  9. <table>
  10. <tr><td>
  11. <h2><center>Epic Registration</h2>
  12.  
  13. <form action="process.php" method="POST">
  14. <table align="left" border="1" cellspacing="2" cellpadding="5">
  15. <tr>
  16. <td>Username:</td>
  17. <td><input type="text" name="user" maxlength="30" value="<? echo $form->value("user"); ?>"></td>
  18. </tr>
  19. <tr>
  20. <td>Password:</td>
  21. <td><input type="password" name="pass" maxlength="30" value="<? echo $form->value("pass"); ?>"></td>
  22. </tr>
  23. <tr>
  24. <td>Confirm Password:</td>
  25. <td><input type="password" name="passconf" maxlength="30" value="<? echo $form->value("confpass"); ?>"></td>
  26. </tr>
  27. </tr>
  28. <tr>
  29. <td>Confirm Password:</td>
  30. <td><input type="password" name="passconf" maxlength="30" value="<? echo $form->value("confpass"); ?>"></td>
  31. </tr>
  32. </table>
  33. </form>
  34. <?php
  35. echo "<p><font size=1>Epic Booter. &copy; 2010 </font>Geeks Project Inc.<span class=wcs></span></p>";
  36. ?>
  37. </td></tr>
  38. </table>
  39. </body>
  40. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement