PHP Classes

File: html/loggedinpanel.inc

Recommend this page to a friend!
  Classes of Dave Hale   Login Controller   html/loggedinpanel.inc   Download  
File: html/loggedinpanel.inc
Role: Auxiliary script
Content type: text/plain
Description: html file
Class: Login Controller
Manage registration and authentication of users
Author: By
Last change: changed directory
Date: 14 years ago
Size: 367 bytes
 

Contents

Class file image Download


<div id='loginform'>
    <form action="<?php echo $_SERVER['PHP_SELF'];?>" method='post'>
        <p>
            You are logged in as <?php echo $_SESSION['valid_user']; ?>
</p>
        <input class="button" type='submit' name="LC_ACTION" value='log out' />
        <input class="button" type='submit' name="LC_ACTION" value='change your password' />
    </form>
   

   

</div>