Step by step blog creation tutorials using PHP & MySQL: Part-1


Primary discuss of a PHP blog

Everyone wants to create personal blog using PHP, though you can use WordPress for personal blog. It is not possible to be a PHP professional without completing any PHP projects. To be an advanced web developers you need to complete more projects such as PHP shopping cart, PHP online exam etc. Here I give you step by step tutorials on personal blog. 

This tutorial developed only for advanced users. If you think that you are not an advanced PHP developers just skip this tutorial and try to learn our PHP basic tutorials.



Before tending to continue our discussion at first we need to analyze the  primary requirement of a blog. Requirement analysis is very important for future decision. I divide the requirement analysis into two parts. 
  • Functional analysis and 
  • Database analysis or Entity analysis

Functional Analysis for Personal blog

Functional analysis means what function do a blog. Such functions are login, registration, blog post, category, comments, user maintenance etc. Here are some lists of functional analysis that is essential for a blog. 

Posts: Where you can create post, edit your post etc. 

Comments: Comments is very essential for a blog. Fro this section you can make comments and admin also be able to moderate comments. 

Category: In that section you can select category for specific post. 

Registration: From this section a user easily be able to create account for this blog. 

Admin Panel: This is back-end part and a normal user cannot enter this part. Only admin can enter this part and can be able to edit, delete posts or users and also can moderate comments. 

User login and logout is another important part for a PHP blog. I also include those parts though you are already familiar about this.

I will cover all the section throughout my whole PHP blog creation tutorials. In next tutorial I will discuss Database or Entity analysis. I hope you will enjoy every tutorials. If you face any problem from my tutorial....... please make sure your comments. I try my best to solve your problem. Thanks.

Comments

Popular posts from this blog

How to construct a B+ tree with example

How to show only month and year fields in android Date-picker?

Visitor Counter Script Using PHP