Posted by
Brandon on
Aug 11th, 2008 |
5 comments
I have been working on a website that required a script that imitates the status updates a la Twitter, Facebook status, MySpace status, etc. This post explains how I programmed that part of the website.
First, as part of a backend CMS, I created a form that submits the status update via PHP to a MySQL database. Then I wrote a PHP class that includes a method to query the database for the most...