I had a script which sends sms alerts everyday. I want it to send automatically send sms by fetching message from database. Can I do it without cron. Is there any other solu
If you can't set up a cron job on the server, do it on a client you have access to (like your computer) so that it does a request when you need the script to be run.