$from = $_GET['fr'];
if($from != 'lgd'){
echo("<<<<Restricted Area>>>>" .
"
Sorry, you must Log In to view this Page
");
exit();
}
$usrn = $_GET['usrn'];
$dbcnx = @mysql_connect('mysql.plainhost.com', 'ecosmar_webadmin', 'istration');
mysql_select_db('ecosmar_website', $dbcnx);
$ok = @mysql_query("SELECT first_name,last_name FROM psw WHERE usrn='$repusrn'");
if (!$ok) {
echo 'Could not retrieve Rep Name: ' . mysql_error();
exit;
}
$rowa = mysql_fetch_array($ok);
$repname1 = $rowa[0];
$repname2 = $rowa[1];
?>
Calendar for Under Development
|
©2006 - Data Base Interface - Custom Built at:
|
|