Advertisement
cafreak

register.php #1 [Mike M. tutorial]

Aug 17th, 2014
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <title>Register Script</title>
  4.     </head>
  5.     <body> 
  6.         <strong>-=Register=-</strong><br />
  7.         <hr>
  8.         <?php
  9.             include('checkRegister.php'); //shows the register page [this will also contain a possible error]  
  10.         ?>
  11.     </body>
  12. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement