<?
$sql = mysql_query("INSERT INTO people (first_n, last_n, email, domain, website, address, city, state, zipcode, desc, extra, ip) VALUES ('$first_n', '$last_n', '$email', '$domain', '$website', '$address', '$city', '$state', '$zipcode', '$desc', '$extra', '$ip')") or die(mysql_error());
echo "Form has been sent!";
?>
I get a syntax error for some reason. I am pretty decent at PHP but am puzzled at where this is, and when I figure it out, I am sure it will be something so simple.