
09-29-2001, 01:13 PM
|
|
|
Join Date: Oct 2001
Posts: 382
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally posted by usbnuts
SirSteve,
I think you just have to change one line to grab any thread titles forum catergoies you want.
// create sql statement
$sql = "SELECT threadid, title, forumid, replycount, postusername, postuserid, lastposter, dateline, iconid FROM thread WHERE forumid = "1" AND forumid = "2" AND forumid = "3" ORDER BY dateline DESC LIMIT $newsitems";
|
I tried but it didn't work for me or I did something wrong...
|