How to set up notifications for users individually? Can I use php? If so how yo do it!? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 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
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