0
Good night,
I have a followers system, comments system, likes and posts and I need to create now a notification system in which the user who is logado
receive notifications from users you are following, for example:
John began to follow you John commented x post João published a post João liked x post
My problem is that I’ve never done anything like this and I don’t know where to start in terms of creating necessary tables, I need your help to get a simple idea of making this kind of system.
duplicated was not I who published that question
– César Sousa
TABLE "action" 2 FIELDS "User" - "qual_action" : if the user clicked on the following, in the same script you do another input in the table type INSERT into ACAO (user, action) VALUES ($user, started following $outrousuario). I think something like.
– Arsom Nolasco