如何在特定时间(日程安排时间)从php发送通知到Android应用程序?

notification on schedule time

i'm trying to send a notification from php to android app. In php i create a notification and send it to app that is working perfectly.

Now i want to send the notification on specific time. but i have no idea how to do that. this notification is send threw jar file (basically it is pick up from database and send to the GSM). But really i have no idea what to do in it.

Someone help on this issue ?

You have to use Cron tasks for execution php script at specific time.

Read: How to set Cron

UPD

You can try to use php Event::addTimer but I`m not sure it will work good if you have a lot of events.