Online News Portal using PHP/MySQLi with Source Code

Language

Project: Online News Portal using PHP/MySQLi

About

The Online News Portal is a simple PHP/MySQLi CMS (Content Management System) project for an online news article website. This system has 2 sides of the user interface which is one for the administrator user and one for the readers. The admin user manages all the data in the system and this includes the contents of the news. The news articles are organized by the news categories in this system. Talking about how it works, first, the admin must populate the list of categories. After that, the admin can now create a new article and the news articles require a cover photo of the news to be displayed on the website when listing the published news and the admin can also add photos in the content editor. Then, the admin will decide if he/she would like to publish the article right after saving the content or save it first for later posting to the public by turning on/off the Publish button. After the admin published the news article, the news content will be automatically enlisted to the published news on the website which is the reader's side. The admin user can dynamically update or change the "About us" content of the website.

Features

Admin Side

  • Login Page
    • The page where the admin user submits their system credentials to access the admin side of the system.
  • Home Page
    • The page where the admin user is being redirected by default after logging into the system.
  • Category Page
    • The page where the admin manages the list of news categories.
  • New Post Page
    • The page where the admin creates a new news article.
  • Posts List Page
    • The page where all the created news articles are listed and managed.
  • About Page
    • The page where the admin manages the "About Us" content of the website.
  • User List Page
    • The page where the system users are listed and navigate to edit, view, and delete users.

Readers/Website Visitors

  • Home/News Page
    • The default page where visitors will be redirected when browsing the online news portal website.
  • Categories Panel
    • The panel/card on the right side of the website page will help the visitor to filter the news articles by category.
  • Recent News Panel
    • The list of most recently published news articles/contents. The visitor will be redirected to a new window when selecting a news article in this panel.
  • About Page
    • The page that displays the "About Us" content of the website.

The Online News Portal was developed using HTML, PHP/MySQLi, CSS, JavaScript (jQuery/Ajax), and Bootstrap for the design. The source code is fully functional and easy to modify or enhance. Follow the instruction below to have an actual experience using this simple project.

How to Run

  1. Download the source code and extract the zip file.
  2. Download or set up any local web server that runs PHP script.
  3. Open the web-server database and create a new database name the database as "news_portal_db".
  4. Import the SQL file located in the database folder of the source code.
  5. Copy and paste the source code to the location where your local web server accessing your local projects. Example for XAMPP('C:\xampp\htdocs')
  6. Open a web browser and browse the project. E.g [http://localhost/online-news-portal] for the visitor's side and [http://localhost/online-news-portal/admin] for the admin side.

Default Admin Access

Email: [email protected]
Password: admin123

I hope this simple Online News Portal will help you with what you are looking for, feel free to download and modify the source code.

Explore more on this website for more source codes and tutorials.

Enjoy!

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

Submitted byAnonymous (not verified)on Sat, 02/06/2021 - 19:28

Good and sample project!!! thank you!

Add new comment