- 2
Notification
notification system where you can see new messages in circle box and unseen and seen messages code in PHP
1 Resposta
+ 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.