Was wondering if anyone can help me ive just started a web site that comes with a forum or message board is there anyway i can put parts of the message board on the front page, so it shows like the last 20 posts

Thanks

Use limit in your query when you are fetching posts from the table. select * from table order by colname desc limit 0,20 ?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.