Forum Moderators: coopster
$cussql="INSERT INTO Customers (first_name, last_name, e_mail, street, city, state, zip, phone, e_mail, vin, make, model, year, miles, o_date, plan, term, deductible, price) VALUES ('$first_name', '$last_name', '$e_mail, $street', '$city', '$state', '$zip', '$phone', '$e_mail', '$vin', '$make', '$model', '$year', '$miles', '$o_date', '$plan', '$term', '$deductible', '$price')";
Notice how I added the quotes.