PHP Classes

File: functions/login-var.php

Recommend this page to a friend!
  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: 14 years ago
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']);

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

   

?>