how to run the php file only for once using the cron jobs. i.e., to schedule task to work on 20/06/2015 10:30:00
I tried something like this :
30 10 20 6 ? 2015 /usr/bin/php /path/to/my/file/application.php
but it is not working.
I just want to schedule it for future but do not want to repeat it. How to do it ?
Thank you for any help
this works for me every time