Simple News Publishing System in PHP Free Source Code
Introduction
This is a Simple PHP Project entitled Simple News Publishing System. This simple web-based application project can publish news content digitally. The system is very straightforward, the user must provide login information in order to access the system content. The user can add category news, category update, publish news content, and edit the content of news. The system can publish the news by choosing a category and uploading an image for a thumbnail.
The Simple News Publishing System source code was developed using PHP/MySQLi, MySQL Database, HTML, CSS, JavaScript, and Bootstrap. The system has a secure login feature. The user can create categories, update, delete, list and search. He/She can also manage the same way as the category for the news list and users can view the news. The system has a feature also that can update the user credentials. This simple system has a pleasant user interface and user-friendly functionalities.
Features
- Secure Login and Logout
- Dashboard Page
- List All News Categories
- Add New News Category
- Update News Category
- Delete News Category
- Search News Category
- List All News
- Add New News
- Update News
- Delete News
- Search News
- View News
- Manage User Details/Credentials
How to Run
Requirements
- Download and Install any local web server such as XAMPP/WAMP.
- Download the provided source code zip file. (download button is located below)
Installation/Setup
- Open your XAMPP/WAMP's Control Panel and start the
Apache
andMySQL
. - Extract the downloaded source code zip file.
- If you are using XAMPP, copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory. And If you are using WAMP, paste it into the "www" directory.
- Browse the
PHPMyAdmin
in a browser. i.e.http://localhost/phpmyadmin
- Create a new database naming
“news”
. - Import the provided
SQL
file. The file is known as“news”.sql
located inside the db folder. - Browse the Simple News Publishing System in a browser. i.e.
http://localhost/Simple%20News%20Publishing%20System
Default System Access:
Username: admin
Password: admin
DEMO
The Source Code is ready to be downloaded and free, just kindly click the download button below. I hope that this system can help you to what you are looking for. For more updates and tutorials just kindly visit this site.
Enjoy Coding!!
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Comments
Add new comment
- Add new comment
- 7990 views