Ive done this before, so i just added a quick little piece to take the current posts, add one, then in the update statement update the posts.
Code: Select all
$sql4 = mysql_query("UPDATE f_forums SET lp_date='" . date("Y-m-d H:i:s") . "', lp_id='$poster_id', lp_name='$poster_name, posts='$posts' WHERE id='$forum'");Thanks in advanced.