PHP Classes

File: welcome.php

Recommend this page to a friend!
  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: 14 years ago
Size: 118 bytes
 

Contents

Class file image Download
<?php
session_start
();

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