<<<<Restricted Area>>>>" .
"
Sorry, you must Log In to view this Page
<<<<Restricted Area>>>>" .
"
Problem with your username. Please Log In again.
Special Pricing Account Added? |
$dbcnx = @mysql_connect('mysql.plainhost.com', 'ecosmar_ecosmart', 'ecoman1');
mysql_select_db('ecosmar_contacts', $dbcnx);
$dtnum = date(Ymd);
$name = $_POST['name'];
$biz_name = addslashes($_POST['biz_name']);
$address_1 = $_POST['address_1'];
$address_2 = $_POST['address_2'];
$city = $_POST['city'];
$state = $_POST['state'];
$zip = $_POST['zip'];
$country = $_POST['country'];
$phone = $_POST['phone'];
$email = $_POST['email'];
$customer_type = $_POST['customer_type'];
$specify = $_POST['specify'];
$username = $_POST['username'];
$password = $_POST['password'];
$status = $_POST['status'];
$ok = @mysql_query("INSERT INTO special SET name='$name',biz_name='$biz_name',address_1='$address_1',address_2='$address_2',city='$city',state='$state',zip='$zip',country='$country',phone='$phone',email='$email',customer_type='$customer_type',specify='$specify',username='$username',password='$password',status='$status',dtnum='$dtnum'");
if(!$ok){
die (" Error entering Registrant into Data Base! Account has been added successfully. "); } else { echo("Error sending email! |
©2007 - Data Base Interface - Custom Built at:
![]() |