You need to create a blog post table, each record will be an independent blog post and displayed as an independent page.
Then you have a page, say blog.php, which takes an id (or some form of reference to the blog post you want to display), queries the database for the given blog post and renders the page.
I'm assuming you haven't posted any code/what you've tried since you don't know how to get started, so I won't give you any code either, the description above should be enough to get you started. p>
I see you are a new user, so please do not ask vague questions without specific information in the future as this is not allowed.
You need to create a blog post table, each record will be an independent blog post and displayed as an independent page.
Then you have a page, say blog.php, which takes an id (or some form of reference to the blog post you want to display), queries the database for the given blog post and renders the page.
I'm assuming you haven't posted any code/what you've tried since you don't know how to get started, so I won't give you any code either, the description above should be enough to get you started. p>
I see you are a new user, so please do not ask vague questions without specific information in the future as this is not allowed.