Does anyone know how to go about creating an update feed using PHP and MySql?
Something like Facebook news feed, twitter feed or a forum posting type? I want to implement this feature into my website for quick live updates rather then editing the code and changing the update.
Update feed
Re: Update feed
Do you mean RSS enabled also? Otherwise its just a simple CRUD thing. Write form, post it to database, read it out on the page. The only thing really different or anymore complicated than what Hall's tutorials teaches you is using the database types that they are using, but I don't expect you will have that kind of volume so you should be alright with mySQL.

