This is a lightweight messaging web application built using PHP. The app allows users to chat with each other by adding contacts through valid email addresses. Once a contact is added, users can exchange messages in a secure, easy-to-use interface.
- Contact Management: Add and manage contacts using valid email addresses.
- Real-Time Messaging: Chat with contacts in real-time.
- Simple Interface: User-friendly design that makes messaging easy and intuitive.
- Secure: Messages are only visible to the sender and recipient.
This messaging app can easily be integrated into your existing projects to enable communication between users. By adding it to your project, you can provide a seamless and secure messaging platform, making communication easier and more efficient.
- PHP
- MySQL (for storing messages and contacts)
- HTML/CSS/JavaScript
Note
The log.sql
file shows how the database and its tables structure should be. Take note there are Two databases in the db.php
file, the main database should only contain users table, and to the second database, you should not make any tables the php code will automatically make table