now i searched for comments system one of my friends suggest to me this Advanced PHP Comments System With jQuery and i download from his tutorial like Jooria-Comments-0.02.zip [5.17 KB] http://www.jooria. com/downloads/442/Jooria-Comments-0.02.zip
its really nice but the only disadvantage is it add the insertedd comment in the bottom of the old comments
i want it add t开发者_运维问答he new one in the top on old comments
You need to sort commends descending within query fetching the comments something like below:
select * from comments order by id desc
精彩评论