I am using a shared host that which doesn’t support CRON/TaskScheduler (it is a windows Godaddy server).
I need to search on email server for new emails on each 1 hour, I have the script on PHP.
Can I use PERL
to emulate a task on certain times, or is there any other alternatives?
5
Perhaps a little “outside the box”, but you could expose your code as a channel If This Then That (https://ifttt.com/) understands (for instance, an RSS feed), and then create a recipe that starts on a timer, and reads your “feed”, kicking off your code?
1