
04-19-2003, 09:18 PM
|
 |
|
|
Join Date: Dec 2002
Posts: 100
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Today at 08:05 PM kaotic said this in Post #28
Is it possible to show the latest comments on the bottom rather than at the top?
|
piece of cake...
change
Quote:
("SELECT * FROM profiletagboard WHERE touserid='$userinfo[userid]' ORDER BY id DESC LIMIT 10")
|
to
Quote:
("SELECT * FROM profiletagboard WHERE touserid='$userinfo[userid]' ORDER BY id ASC LIMIT 10")
|
|