Notification | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

Notification

notification system where you can see new messages in circle box and unseen and seen messages code in PHP

28th Oct 2017, 4:40 AM
Harshpreet Singh
Harshpreet Singh - avatar
1 Answer
+ 1
You can use the popup box. I create a variable in front of my php file where i store the notification (if there are any) and first check if there is anything in that variable. if there is a message in the variable, it displays it like a popup box. (using a predefined html file with its own css) hanging over the webpage and can be closed.
25th Mar 2018, 7:08 PM
Jean-louis du Plessis
Jean-louis du Plessis - avatar