You are on page 1of 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