# Online Magazine Management System using PHP and MySQL

“Online Magazine Management System” provides a platform for people to show their talent. This Online Magazine Management System can replace the printed version. By this introducing this project people get more knowledge and spread their knowledge.

Click Here: [https://phpgurukul.com/online-magazine-management-system-using-php-and-mysql/](https://phpgurukul.com/online-magazine-management-system-using-php-and-mysql/)

Online Magazine Management System is a PHP based web application where people can share their magazines. Every people can view and post their magazine. A large number of data can be stored without any missing of information.

“Online Magazine Management System” maintains all the data in a centralized database and people share their ideas online.

**The different types of modules present in this project are**

1. Admin
    
2. User
    

**Admin:**

1. Dashboard: In this section, admin can see all detail in brief like Total registered users, Total new magazine, Total published magazine, Total unpublished magazine, Total approved comment, Total unapproved comment
    
2. Category: In this section, admin can manage category(Add/Update/delete).
    
3. Pages: In this section, admin can update contact us and about us pages.
    
4. Magazine: In this section, the admin can manage the magazine and have the right to select the magazine for publication online.
    
5. Comments In this section, the admin can view the comment which is given by the reader to the particular magazine and has the right to decide which comment is shown.
    
6. Reports: In this section admin can view how many magazines have been published in a particular period and also view how many comments approved by him in a particular period.
    
7. Reg Users: In this section, admin can view detail of registered users.
    

Admin can also update his profile, change the password and recover the password.

**User(Registered User)**

1. Dashboard: It is the welcome page for registered users.
    
2. Magazine: In this section, the user will post and manage their magazine and waiting for administrator approval.
    
3. Post History: In this section, the user can view the history and status of his/ her magazine.
    

Registered user can also update his/her profile, change the password and recover the password.

Guest Users

Guest users only view the magazine, download magazine and comment on the magazine. If he or she wants to publish their magazine they must first be registered.

How to run the Online Magazine Management System Project Using PHP and MySQL

1.Download the zip file

2.Extract the file and copy omms folder

3.Paste inside root directory(for xampp xampp/htdocs, for wamp wamp/www, for lamp var/www/html)

4.Open PHPMyAdmin (http://localhost/phpmyadmin)

5.Create a database with name ocmdb

6.Import ocmdb.sql file(given inside the zip package in SQL file folder)

7.Run the script [http://localhost/omms](http://localhost/omms)

Admin Credential  
Username: admin  
Password: Test@123

User Credential  
Username: anujk@gmail.com  
Password: Test@123  
or Register a new user

View Demo : [https://youtu.be/l9d8D0bCZ-U](https://youtu.be/l9d8D0bCZ-U)

**PHP Gurukul**

Welcome to PHPGurukul. We are a web development team striving our best to provide you with an unusual experience with PHP. Some technologies never fade, and PHP is one of them. From the time it has been introduced, the demand for PHP Projects and PHP developers is growing since 1994. We are here to make your PHP journey more exciting and useful.

Email: [info@phpgurukul.com](mailto:info@phpgurukul.com)  
Website : [https://phpgurukul.com](https://phpgurukul.com)
