Originally posted by Vayne
View Post
Chat post showing from revers orde(lavalariar help)
Collapse
X
-
make a select with limit 2 to 10
select message from room order by timesent desc limit 2 ,10
Leave a comment:
-
Its showing only 1 post in room
i want to show 2nd post to 10 post . 1st post will be not shown . Please help
Leave a comment:
-
if($counter<10 && $counter!=1)Originally posted by Ponick View PostHi every one,
in chat room we can fix the limit of chat post by changing
$counter=0; or if($counter<20) to our needed amount like if we change it to if($counter<10) then it will show 1-10 post in room.
But now if i don't want to show first post.I want to show like 2-10 post in room and first post is be hidden.
Then what to do ? Please somebody help
Leave a comment:
-
Chat post showing from revers orde(lavalariar help)
Hi every one,
in chat room we can fix the limit of chat post by changing
$counter=0; or if($counter<20) to our needed amount like if we change it to if($counter<10) then it will show 1-10 post in room.
But now if i don't want to show first post.I want to show like 2-10 post in room and first post is be hidden.
Then what to do ? Please somebody helpTags: None
Leave a comment: