0
How to set up notifications for users individually? Can I use php? If so how yo do it!?
For eg. User A has to pay the fee by 23/3 and user B has to pay the fee by 4/4. how can I set up reminders for them. How to set up notification for them to remind them about this? I know very little about PHP and I gathering some knowledge coding it. It will be very helpful if anyone can explain the code too. Thanks in advance. good day!
2 Answers
0
Well you probably have to use MySQL to store when the fee is due and yea php works well
Just have a database storing the userâs name (youâll probably need a login system or something; use google to make one) and when itâs due. Then whenever they log in, use php to check if itâs the data that itâs due and then you can alert them however you wish
0
@Ariela Thanks! But how can i do it for individual users!? I don't understand that part? Could you explain a lil bit more about how can I create alert for individual users!?