bhavin12300 Posted July 13, 2007 Share Posted July 13, 2007 is it possible to tun php file after every one minute automatically at server? is there any way to do that? if so please tell me how to do that thank you in advance waiting for you reply experts Link to comment https://forums.phpfreaks.com/topic/59843-solved-is-it-possible/ Share on other sites More sharing options...
wildteen88 Posted July 13, 2007 Share Posted July 13, 2007 If you want to run a script every x minutes/hours etc. Then you'll want to look into Cronjobs (for *nix servers) or Scheduled Tasks (for Windows Servers). Link to comment https://forums.phpfreaks.com/topic/59843-solved-is-it-possible/#findComment-297539 Share on other sites More sharing options...
metrostars Posted July 13, 2007 Share Posted July 13, 2007 I assume you mean 'run'. You'll have to use cron to run your script, if you don't have them enabled on your server, you can go to http://hostedcron.com/ and sign up for cron jobs free, although im sure you don't need to run them efvery minute. Link to comment https://forums.phpfreaks.com/topic/59843-solved-is-it-possible/#findComment-297540 Share on other sites More sharing options...
bhavin12300 Posted July 13, 2007 Author Share Posted July 13, 2007 ok i will do that thasnk you do much for this valuable informatiion Link to comment https://forums.phpfreaks.com/topic/59843-solved-is-it-possible/#findComment-297541 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.