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 help
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
Comment