0) { $items = file($database); foreach($items as $line) { list($username, $password, $email, $name, $active) = explode('|', trim($line)); if ($username == $_POST['username'] && $active != "0" && $password == $crypt_pass) { $found = true; $fullname = $name; } } } if($found == false) { header('Location: '.$error_page); exit; } else { session_start(); $_SESSION['username'] = $_POST['username']; $_SESSION['fullname'] = $fullname; $rememberme = isset($_POST['rememberme']) ? true : false; if ($rememberme) { setcookie('username', $_POST['username'], time() + 3600*24*30); setcookie('password', $_POST['password'], time() + 3600*24*30); } header('Location: '.$success_page); exit; } } $username = isset($_COOKIE['username']) ? $_COOKIE['username'] : ''; $password = isset($_COOKIE['password']) ? $_COOKIE['password'] : ''; ?> Untitled Page
You can place your slogan here.
This would also be a great spot for a top product pitch.
About iManagePeople.com...


iManagePeople.com is a members only site for all levels of management. We offer state of the art articles, on-line management training, manager forums and special management software at rock bottom member prices. 

Signup Page


Some of the Areas covered on this site in forums,articles and classes:

Employee Motivation
Discipline
Performance Appraisals
Compensation
Equal Employment Opportunity Law
Time Management
Career Pathing
Project Management
Job Description Creation
Performance Objectives
Goal Setting
Sales Management

iManagePeople.com
Home    News    Articles    Downloads    Forums    Contact
Copyright 2010 iManagePeople.com 92708 All rights Reserved. 
No part of this site may be reproduced without express written permission.
Log In
User Name:
Password:
 Remember me
 
This site will be closed until January 15, 2011. 
Members may use their private logins in the forums.