A simple blogging system using PHP and MySQL.
This project can be forked by anyone who knows or is in phase of learnig
PHP and is trying to figure out how a login and a blogger can be
implemented.
Consists of a login sytem.
This project uses user and login tables in blog db.
(Whole of the mysql code is available in blog.sql)
Blogs (from db) are fetched and displayed, at home page.
After creating an account, new blogs can be written.
Each blog reserves special privelages for editing and deletion.
Unfortunately, documentation is a bit sparse at the moment (I
gladly accept contributions).
The project is well-structured, and you need to do is
- Open phpmyadmin.
- Make new db with name 'blog'.
- Import the file blog.sql.
- Run the localhost apache server.
- Open /blog directory, to view index page.
If you need any help. You can find my email on my github profile.