Hi, can anyone point me in the right direction.
I am wanting to create a simple reminder in php.
Basically to set a reminder time, date and message and when executed either opens up a pop up page or modal or message ?
Hi, can anyone point me in the right direction.
I am wanting to create a simple reminder in php.
Basically to set a reminder time, date and message and when executed either opens up a pop up page or modal or message ?
In my opinion JavaScript would be better for something like that as that is client side versus PHP which is server side (Back End) or even a combination of both using AJAX/FETCH?