dreamwest Posted January 10, 2009 Share Posted January 10, 2009 Is there a simple way to execute a php page with php code. I have a page called cron.php and i need to run it every 1 minuet Is there a way i can execute this page using a php script Quote Link to comment https://forums.phpfreaks.com/topic/140282-run-script-with-script/ Share on other sites More sharing options...
nuttycoder Posted January 10, 2009 Share Posted January 10, 2009 You would need to setup a cronjob for that. Quote Link to comment https://forums.phpfreaks.com/topic/140282-run-script-with-script/#findComment-734012 Share on other sites More sharing options...
dreamwest Posted January 10, 2009 Author Share Posted January 10, 2009 You would need to setup a cronjob for that. Only problem is they only let me execute once a day Quote Link to comment https://forums.phpfreaks.com/topic/140282-run-script-with-script/#findComment-734014 Share on other sites More sharing options...
nuttycoder Posted January 10, 2009 Share Posted January 10, 2009 Can't think of another way of doing it, as any php script will only run when the page is accessed. Quote Link to comment https://forums.phpfreaks.com/topic/140282-run-script-with-script/#findComment-734015 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.