Message System in PHP/OOP Free Source Code

Language

Introduction

This simple project is a Messaging System. This project is a web-based application developed in PHP and MySQL Database. It allows users to send private images to other users. The system is containing different features like other mailing applications does have. It has a pleasant user interface using Bootstrap Framework and Material Kit Template. This project consists of user-friendly features and functionalities.

About the Messaging System

I developed this project using the following:

This Simple Messaging System is accessible to any user. Users can simply create their accounts by filling the required fields on the registration form. In this application, the user can send messages to any registered users. Users can simply search the name or username of their recipient to select the user as the receiver of the message. In each message submitted, the sender and recipient can continue their conversation on the same subject by submitting a reply message. Messages or reply messages can only be deleted in the system by the sender. Deleting the main message will result also in removing all the replied messages.

Features

  • Login and Registraion
  • Home Page
    • Displays the Summary of User's Messages
  • Create/Compose New Message
  • List All Sent Messages
  • List All Inbox
  • Mark Unread Messages to read without reading the message
  • View Message
  • List Message Replies
  • Delete Message
  • Delete Reply
  • Update User Account Information/Credentials
  • Logout

The source code was developed only for educational purposes only. You can download the source code for free and modify it the way you wanted. You can use the source code as your reference.

System Snapshots of some Features

Login Page

Messaging System

Registration Page

Messaging System

Home Page

Messaging System

Create New Message Form

Messaging System

Inbox Page

Messaging System

Sent Messages Page

Messaging System

Message Page

Messaging System

How to Run ??

Requirements

System Installation/Setup

  1. Open your XAMPP Control Panel and start Apache and MySQL.
  2. Extract the downloaded source code zip file.
  3. Copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory.
  4. Extract the downloaded assets zip file.
  5. Copy the extracted assets folder and paste it into the source code root path.
  6. Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
  7. Create a new database naming pmms_db.
  8. Import the provided SQL file. The file is known as pmms_db.sql located inside the database folder.
  9. Browse the Messaging System in a browser. i.e. http://localhost/pmms/.

Sample User Access:

Username: mcooper
Password: mcooper123

DEMO VIDEO

That's it. You can now explore the features and functionalities of this Messaging System in PHP. I hope this will help you with what you are looking for and you'll find something useful for your future projects.

Explore more on this website for more Free 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 bymissoon Thu, 03/31/2022 - 15:10

Great messaging program. Thank you oretnom23 for the work you do.

I have a suggestion if it would be added and attachment files to messages would be a miracle.

Good build. The database name is wrong in the how to run section. When I was trying to learn how to code through other projects like this it really fucked with me and I wondered if devs did that on purpose to gatekeep newbies. The correct db name is omps_db
Submitted byAtg (not verified)on Wed, 04/13/2022 - 16:48

Good build. The database name is wrong in the how to run section. When I was trying to learn how to code through other projects like this it really fucked with me and I wondered if devs did that on purpose to gatekeep newbies. The correct db name is omps_db
Submitted bystopsusa (not verified)on Fri, 04/29/2022 - 04:55

Missing assets folder in Download the project assets at https://www.dropbox.com/s/nbn1syuzpj8f39l/pmms_assets.zip?dl=1 as well as your source file download
Submitted byKader (not verified)on Sat, 09/03/2022 - 23:46

Great job team Is it possible to add attachment files with the the message please. If yes, please share us the code
Submitted byReem Sultan (not verified)on Wed, 11/15/2023 - 01:04

I would like to know you why is this project not working. A not found page pops up whenever I browse the messaging system in the browser. FYI, I followed every step. Please assist me.

Add new comment