include_once('includes/common_db.inc'); news_html_header(); /* THIS is now happening on signup2.php if(isset($op)){ if($password == $password2){ include 'includes/dbconnect.php'; $userlevel = 0; $dbInsert = "INSERT INTO wuser VALUES (wuser_id ,'" . $email . "' ,'" . $password . "' ,'" . $name . "' ,'" . $surname . "' ,'" . $address . "' ,'" . $city . "' ,'" . $state . "' ,'" . $zip . "' ,'" . $phone1.$phone2 . "' ,'" . $company_name . "' ,'" . $certificate . "' ,'" . $userlevel . "' , approved , wuser_expire , NOW())"; if ((@ mysql_query ($dbInsert, $dbh)) && @ mysql_affected_rows() == 1){ header("Location: http://www.earth-assets.com/paypal/buysub.php?email=" . $email); } else { print "Error inserting to db -- " . mysql_error(); } mysql_close($dbh); } else { print "
Passwords do not match."; } } */ ?> Sign Up For An Account!
If you would like to be a member of our website to recieve all of the benefits our program offers, please fill out the following form. After you have filled out the form, you will be prompted to choose a membership level. Please click here to read more about the membership levels.
* Indicates a required field.
usersignup_html_footer(); ?>