Hi,
I don't have access to the crontab on my hosting. But I can put files in cron folders which run the files in specified time. So I put this php file in 1-minute folder but it doesn't work.
<?php file_get_contents('http:// myrealdomain.com/autoresponders.php'); ?>(without the space)
Is there any other way how to solve it?
Thank you very much.