How do you make a blog with comments via php and mysql?
Posted on 19 March 2010 by Abidoon
Hi,
I want to make a blog via php and mysql. The only problem I am facing is to make a blog and to display all comments made by users for that blog. Somehow I know that I need to make 3 tables – one for users, one for the blogs and one for the comments.
Does someone know a good tutorial please which I could follow online? Thanks

install wordpress.
its readymade cms for blog and easy to learn and understand..
If you are doing this for learning purposes, use google to look for php blog tutorial. I advise using a framework – CodeIgniter and/or Kohana have tutorials that build a basic blog.
If you want something that just works, including all the security, history, comments, etc,etc,etc, get a free blog at wordpress.com and fiddle with it until you outgrow it (maybe never). If you do outgrow it, you can d/l the package and start modifying and customizing the theme(s) and code.
Install WordPress and start using. Keep enhancing the functionality with the numerous WP addons to make it better.
Agree. Install wordpress. Keep it updated too.