topical media & game development

talk show tell print

basic-php-02-login-rev01.php / php



  <?php
  session_unset();
  
  ?>
  <html>
  <head>
  <title>Please Log In</title>
  </head>
  
  <body>
  <form method="post" action=<movie1.php>>
    <p>Enter your username: 
      <input type="text" name="user">
    </p>
    <p>Enter your password: 
      <input type="password" name="pass">
    </p>
    <p>
      <input type="submit" name="Submit" value="Submit">
    </p>
  </form>
  </body>
  </html>
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.