├── css
│ └── main.css # CSS file which styles each page in this project
├── includes
│ ├── __head.php # Header page
│ └── __nav.php # Navigation bar
├── resources
│ ├── ├── func
│ │ │ └── blog.php # Contains main logic and fetch useful information from database
│ │ ├── config.php # Contains Database config settings
│ └── └── init.php # Initialise basic config settings
├── add_category.php
├── add_post.php
├── blog.sql # Run this file before anything else
├── category_list.php
├── category.php
├── delete_category.php
├── delete_post.php
├── edit_post.php
├── error.php
├── index.php
├── README.md
└── success.php
-
Notifications
You must be signed in to change notification settings - Fork 0
r1jsheth/blogistan
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Blog using PHP, MySQL, HTML, CSS
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published