Login   Register  
PHP Classes
elePHPant
Icontem

File: functions/login-var.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Hassan Ishfaq  >  Abdohoo Secure Login  >  functions/login-var.php  >  Download  
File: functions/login-var.php
Role: Auxiliary script
Content type: text/plain
Description: Variables File
Class: Abdohoo Secure Login
Authenticate users with records in a MySQL table
Author: By
Last change:
Date: 2009-06-02 18:06
Size: 321 bytes
 

Contents

Class file image Download
<?php
//login Brain -- variables file
$do_login = @$_POST['do_login'];
$do_check_username = @$_POST['userName'];
$do_check_password = @$_POST['password'];
$do_check_password_md = @md5($_POST['password']);

///////////////////////////// ----------------------------------- \\\\\\\\\\\\\\\\\\\\\\\\\\\\\

    

?>