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 Quote Link to comment 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). Quote Link to comment 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. Quote Link to comment 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 Quote Link to comment 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.