$dnum = date(Ymd)*4;
$from = $_GET['fr'];
if($from == ""){
$from = $_POST['fr'];
}
if($from != $dnum){
echo("<<<<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();
}
$first_Name = stripslashes($_POST['first_Name']);
$Name = stripslashes($_POST['Name']);
$Title = stripslashes($_POST['Title']);
$Company = stripslashes($_POST['Company']);
$biztype = $_POST['biztype'];
$Phone = $_POST['Phone'];
$Address = stripslashes($_POST['Address']);
$FAX = $_POST['FAX'];
$City = stripslashes($_POST['City']);
$email = $_POST['email'];
$price_level = $_POST['price_level'];
$referred_by = $_POST['referred_by'];
$referee = explode(':', $referred_by);
$referrer = $referee[1];
$ref_name = $referee[2];
if($ref_name == ""){
$ref_name = "None";
}
$mkt = $_POST['mkt'];
$State = $_POST['State'];
$ZipCode = $_POST['ZipCode'];
$alt_con = $_POST['alt_con'];
$alt_title = $_POST['alt_title'];
$alt_email = $_POST['alt_email'];
$Link = $_POST['Link'];
$act_month = $_POST['act_month'];
$act_day = $_POST['act_day'];
$act_year = $_POST['act_year'];
$contact_type = $_POST['contact_type'];
$act_respond = $_POST['act_respond'];
$react_month = $_POST['react_month'];
$react_day = $_POST['react_day'];
$react_year = $_POST['react_year'];
$Notes = stripslashes($_POST['Notes']);
$ID = $_POST['ID'];
$usremail = $_POST['usremail'];
$repname = $_POST['repname'];
$today = date("F j, Y");
$year = date(Y);
$dtnum = date(Ymd);
$y1 = $year + 1;
$y2 = $year + 2;
$y3 = $year + 3;
if($mkt != 1){
$mkt = 0;
$mktw = 'No';
}else{
$mktw = 'Yes';
}
?>
|
Eco-$mart, Inc. On-line Administration
|
©2007 - Data Base Interface - Custom Built at:
|