Create this Agent Profile?
|
Help
|
$ID = $_POST['ID'];
$Name_1 = $_POST['Name_1'];
$Name_2 = $_POST['Name_2'];
$Company = $_POST['Company'];
$Address = $_POST['Address'];
$City = $_POST['City'];
$State = $_POST['State'];
$ZipCode = $_POST['ZipCode'];
$Country = $_POST['Country'];
$Phone = $_POST['Phone'];
$email = $_POST['email'];
$Link = $_POST['Link'];
$li = explode('.' , $Link);
$lcount = count($li);
$a = $lcount - 1;
$b = $lcount - 2;
$Link = $li[$b].'.'.$li[$a];
if($Link == ""){
$Link = 'eco-smart.com';
}
$status = $_POST['status'];
$pay = $_POST['pay'];
$rate = $_POST['rate'];
$rate1 = sprintf("%01.2f", $rate);
$ref = $_POST['ref'];
$dtnum = date(Ymd);
?>