Login   Register  
PHP Classes
elePHPant
Icontem

File: welcome.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Nitesh Apte  >  Login System  >  welcome.php  >  Download  
File: welcome.php
Role: Application script
Content type: text/plain
Description: Logged In - Welcome Page
Class: Login System
Authenticate users with records in a database
Author: By
Last change:
Date: 2010-01-25 02:16
Size: 118 bytes
 

Contents

Class file image Download
<?php
session_start
();

echo 
"welcome "$_SESSION['name'];
?>
<br><a href='process.php?action=Logout'>Logout</a>