topical media & game development

talk show tell print

basic-php-16-forgotpass.php / php



  <?php require_once 'header.php'; ?>
  <form method="post" action=<transact-user.php>>
  <h3>Email Password Reminder</h3>
  <p>
    Forgot your password? Just enter your email address, and we'll email
    your password to you!
  </p>
  <p>
    Email 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.