An open API service indexing awesome lists of open source software.

https://github.com/shubhamdutta2000/php_blog_post

This is a blog website made with php and mysql
https://github.com/shubhamdutta2000/php_blog_post

apache blog crud-application database mysql php phpmyadmin

Last synced: 3 months ago
JSON representation

This is a blog website made with php and mysql

Awesome Lists containing this project

README

          

# PHP Blog Website

- This is a blogging ebsite made with php and mysql

## Features

- View all blog post in Home Screen
- View a particular Blog Post in individual Screen
- Add new Blog post
- Edit any particular Blog
- Delete a particular Blog

## USAGE

- ```
git clone https://github.com/Shubhamdutta2000/PHP_Blog_Post.git
```

- Run apache Server and mysql Server in your xampp application

- Add your mysql username password in config/config.php

- Create a new database in phpMyAdmin of xamp application and add the Database name to the config/config.php file