Quote:
Today at 06:27 PM Xenon said this in Post #6
it's the line UPDATE forum SET replycoun=replycount+1 ....
|
Code:
$query = "update forum set replycount=replycount+1,threadcount=threadcount+1,lastpost='".time()."',lastposter='".addslashes($postusername)."' where forumid in ($foruminfo[parentlist])");
in that, can i just change:
$foruminfo[parentlist]
to
34
34 being the number of the forum itz going to update.