Here is a simple tutorial on how to create a jQuery load more function similar to twitter.
The code works by showing the first 10 records from the database and a more link beneath. When a user clicks the more link the jQuery will call a PHP file which will send the next 10 records back to the page.
abcphp.com is a social news website made for people to discover and share PHP related content from anywhere on the Internet, by submitting links and stories, and voting and commenting on submitted links and stories.