hi
i have a form that has a text area called email
if i wanted to insert it in to my db is this how i would do it
$result = mysql_query("INSERT INTO tech_table (email_comment)
VALUES ('$email')") or die("Unable to insert record: " . mysql_error());
and have also tried
$result=("INSERT INTO tech_table (email_comment)
VALUES ('" . $email. "') ") or die("Unable to insert record: " . mysql_error());
i get the error message
Unable to insert record: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'NOW())' at line 2