<<<<Restricted Area>>>>" . "
Sorry, you must Log In to view this Page

"); exit(); } $usrn = $_GET['usrn']; if($usrn == ""){ $usrn = $_POST['usrn']; } if($usrn == ""){ echo("

<<<<Restricted Area>>>>" . "
Problem with your username. Please Log In again.

"); exit(); } $pswd = $_POST['pswd']; $dbcnx = @mysql_connect('mysql.plainhost.com', 'ecosmar_webadmin', 'istration'); mysql_select_db('ecosmar_website', $dbcnx); $ok = @mysql_query("SELECT first_name,last_name,usrn,email,pswd,pswcon FROM psw WHERE usrn ='$usrn' and pswd = '$pswd'"); if (!ok){ die ("

Error Selecting User from Data Base!
". 'Error:' . mysql_error() . '

'); } $result = mysql_fetch_row($ok); $first_nameres = $result[0]; $last_nameres = $result[1]; $usrnres = $result[2]; $emailres = $result[3]; $pswdres = $result[4]; $pswconres = $result[5]; ?>
Close this Window

Eco-$mart Contacts
Web Contacts Log-in

" . "Sorry, you are not authorized to view this page." . "

"); exit(); } elseif($usrnres == "" or $pswdres == "") {echo("

" . "Sorry, there were problems with your Log-in." . "

" . "
Please Try Again:" . "
Username: " . "
Password: " . "
" . "" . "
"); }else{ echo("" . "" . "
Log-in Successful" . "
" . "Welcome $first_nameres." . "
" . "" . "
"); } ?>
 Home   Administration 
Eco-$mart Products
©2006 - Data Base Interface - Custom Built at: kwgrubbs.com