topical media & game development

talk show tell print

basic-php-13-forgotpass.php / php



  <?php require_once 'header.php'; ?>
  
  <form method="post" action=<transact-user.php>>
  
  <h1>E-mail Password Reminder</h1>
  
  <p>
    Forgot your password? Just enter your email address, and we'll 
    email your password to you!
  </p>
  
  <p>
    E-mail Address:<br>
    <input type="text" id="email" name="email">
  </p>
  
  <p>
    <input type="submit" class="submit" name="action" 
      value="Send my reminder!">
  </p>
  </form>
  
  <?php require_once 'footer.php'; ?>
  


(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.