Login
Register
File: success.php
Search
All class groups
Latest entries
Top 10 charts
Blog
Forums
Help FAQ
Recommend
this page to a friend!
Stumble It!
Bookmark in del.icio.us
Classes of Peter
>
MySQL Login
>
success.php
>
Download
File:
success.php
Role:
Example script
Content type:
text/plain
Description:
Example
Class:
MySQL Login
Authenticate users with records in a MySQL table
Author:
By
Peter
Last change:
Date:
2005-10-27 13:23
Size:
103 bytes
Contents
Download
<?php
session_start
();
if (
$_SESSION
[
'loggedin'
] ==
1
) {
print
"You're logged in..!"
;
}
?>
Advertise on this site
Site map
Newsletter
Statistics
Site tips
Privacy policy
Contact
For more information send a message to
info at phpclasses dot org
.
Copyright (c)
Icontem
1999-2014