Okay now it atleast sees it... But it won't update the row... Heres the query
mysql_query("UPDATE fforums WHERE id='".$_POST['id']."' SET posts=posts+1, topics=topics+1, lastpost='$posterid', lastpostname='$postedid'");
print "Your topic has been created.";
print "<meta http-equiv=\"refresh\" content=\"1;URL=viewforum.php?id=".$_POST['id']."\">";
It won't update posts, toics, lastpost, or lastpostname....