I'm creating an application using webservice in PHP. Within the application the user will define specific days to generate an alert, for example:
- second
- fourth
- sixth
In this way, I would like my bank to log an entire event, Monday, Wednesday and Friday successively every week, and show it in the timeline of the user. I do not know if I have to do triggers
(do not know if it's possible) in the database or a service in PHP. Can someone clarify me a bit?!