Update feed

Need help with an engine or coding not on the list? Need help with a game or the website and forums here? Direct all questions here.
Post Reply
User avatar
SpiritWebb
Posts: 3107
Joined: Sun Jul 12, 2009 11:25 pm

Update feed

Post by SpiritWebb »

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.
Image

Image
User avatar
Noctrine
Posts: 928
Joined: Thu Apr 23, 2009 9:57 pm

Re: Update feed

Post by Noctrine »

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.
Jesse Dorsey
ProjectANI - Lead Developer Person
http://about.me/jessedorsey
Post Reply

Return to “Advanced Help and Support”