Still no luck, I changed the code as you two suggested
$insert_sql = "INSERT INTO topics(id,username,contact,topic,timestamp,topic_type,forum_id,view,reply) VALUES '','$username','$contact','$post','$date','normal','$forum_in','0','0'";
$insert_query = mysql_query($insert_sql);
if (!$insert_query)
{
die('Error: ' . mysql_error());
}
else {
echo"<p>Your post has been successful! <br />
<a href='index1.php?id=$id'>>>Back<<</a>";
}
But I still get this error when I attempt to run it
Error: 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 ''','name','contact','Topic post','2010-09-05 19:55:38','normal','1'' at line 1