1
I’m creating an application using webservice in PHP. Within the application the user will set specific days to generate an alert, for example:
- second
- fourth
- sixth
In this way, I would like my bank to register an entire event, Monday, Wednesday and Friday successively every week, and show in Timeline user. I don’t know if I have to do triggers
(do not know if it is possible) in the database or a service in PHP. Someone can clarify me a little?!
Possible duplicate of How to create a daily event in Mysql 5.6?
– Sorack