I'm developing a system where it sends out scheduled emails using PHP. Then you will have a management interface that the user can choose in how many days he wants to send the emails.
Now my question is, how can I create a cron through how many days the user typed in a form?
Any other suggestions I can make?