victorianrider Posted December 7, 2010 Share Posted December 7, 2010 This may be a stupid question so forgive me if it sounds like a dumb question. I have my own server set up and I was wondering if it was at all possible to have a script running that is hosted on my server, while my PC is off or possibly just without having to load it within my web browser. I have a few scripts I wish to run forever without lagging my old PC. Is there a way to do this? Thanks. P.S All the scripts will be using the file_get_contents function to open HTTP streams, and a few explode functions here and there. Quote Link to comment Share on other sites More sharing options...
OldWest Posted December 7, 2010 Share Posted December 7, 2010 the script can run on any computer that is turned on only. and if your script is on a remote server it can of course run independent of your pc. power on = script can run Quote Link to comment Share on other sites More sharing options...
mikecampbell Posted December 7, 2010 Share Posted December 7, 2010 You can run PHP on your command line - check out http://php.net/manual/en/features.commandline.php 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.