0% found this document useful (0 votes)
107 views2 pages

Chat Application in PHP

This document describes a chat application created in PHP, MySQL, and CodeIgniter. The chat allows users to message in real-time without refreshing. It limits messages to around 200 words and indicates users' online/offline status in real-time. Users can block other users to prevent receiving messages until being unblocked. The application provides a clean dashboard interface with color options and essential user features like chatting, status, profile editing, and blocking/unblocking other users.

Uploaded by

Keerthi Vasan L
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
107 views2 pages

Chat Application in PHP

This document describes a chat application created in PHP, MySQL, and CodeIgniter. The chat allows users to message in real-time without refreshing. It limits messages to around 200 words and indicates users' online/offline status in real-time. Users can block other users to prevent receiving messages until being unblocked. The application provides a clean dashboard interface with color options and essential user features like chatting, status, profile editing, and blocking/unblocking other users.

Uploaded by

Keerthi Vasan L
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

CHAT APPLICATION IN PHP

The main thing about this whole project is that each and every message transfers in real-
time. Meaning, the user does not have to keep on refreshing the tab in order to view the
messages. There is a certain limit while sending messages. This limit means a user cannot send
200+ words of messages at a single time. Additionally, this application also changes the state of
the user as soon as he/she gets online or offline in real-time. It contains active moments to
display the last online date and time to the users. On the other hand, a user can simply block any
of the users. The blocked user won’t be able to receive or send any message until he/she
unblocks. This whole block/unblock process is similar to the messenger.

Last but not least, a clean and simple dashboard is presented with various color
combinations for greater user experience while using this Realtime Chat Application Project in
PHP MySQL CodeIgniter Framework. For its UI elements, a free open-source CSS framework;
Bootstrap is on board with some Vanilla CSS too. Presenting a new Real Time Chat Application
Project in PHP MySQL CodeIgniter which includes a user panel that contains all the essential
features to follow up, and a knowledgeable resource for learning purposes.

Available Features:

 User Panel

 Realtime Chatting

 Active Status

 View Last Moment

 Update Profile and Bio

 Block/Unblock Users

 Send Private Mail

Frond end : PHP


Back end : MYSQL

You might also like