creating a blog

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
davbai
Forum Newbie
Posts: 1
Joined: Sat Jun 07, 2008 9:44 am

creating a blog

Post by davbai »

sorry if this is in the wrong sub forum, but does anyone have any idea how i could embed a blog-type feature into a website? i want it to be used for news, ie the admin may submit any news updates and anyone can comment on it. if anyone could give any advice or direct me to the right place, it'd be appreciated. thanks.
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: creating a blog

Post by califdon »

Since you posted this in the PHP - Code forum, the assumption is that you want some help with writing the code for a blog. If so, we don't write scripts for you. If you're writing your own and have a specific problem, we'll be happy to try to help you.

If you're not a PHP programmer and are just trying to find pre-written scripts, you should not post in any forum, you should use a search engine (Google or other) and search for terms like PHP scripts blog.
Post Reply