Mysql query in vbulletin

Discussion in 'PHP' started by mmkader, Sep 20, 2010.

  1. #1
    Hi all,

    whats the sql query to get the latest posts along with the user details in a specific forum in vBulletin?

    Thanks!!
     
    mmkader, Sep 20, 2010 IP
  2. ashishkg

    ashishkg Active Member

    Messages:
    233
    Likes Received:
    8
    Best Answers:
    3
    Trophy Points:
    68
    #2
    SELECT * FROM post order by postid DESC limit 1

    it will select a latest post
     
    ashishkg, Sep 21, 2010 IP