Is there any way to automatically run PHP script on Hosting web server withour cron?

cron, html, php, scheduled-tasks

Solution

You can use a webcron service to trigger your script.

Problem

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 solution. Plz help

Original source