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
- Host: GitHub
- URL: https://github.com/shubhamdutta2000/php_blog_post
- Owner: Shubhamdutta2000
- Created: 2021-05-19T16:31:07.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-20T10:35:44.000Z (about 5 years ago)
- Last Synced: 2025-05-16T17:13:22.294Z (about 1 year ago)
- Topics: apache, blog, crud-application, database, mysql, php, phpmyadmin
- Language: PHP
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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