I'm building a web-app that allows user to create notifications, with a custom date-time.
I considered using Cron-Jobs but the task of adding, editing, and deleting seems overly complicated. Especially in the case of 1 time notifications.
I looked at Iron.io but am unsure if it's the best solution for what I'm trying to accomplish.
Can anyone recommend a solution which would allow me to easily add, remove, from a schedule to run PHP scripts?