How to set up notifications for users individually? Can I use php? If so how yo do it!? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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!

19th Mar 2018, 7:12 PM
Muthiah Abbhirami
Muthiah Abbhirami - avatar
2 Respostas
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
19th Mar 2018, 7:27 PM
Ariela
Ariela - avatar
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!?
19th Mar 2018, 7:29 PM
Muthiah Abbhirami
Muthiah Abbhirami - avatar