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. Link to comment https://forums.phpfreaks.com/topic/220898-just-a-quick-question-about-running-scripts-on-my-own-server/ 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 Link to comment https://forums.phpfreaks.com/topic/220898-just-a-quick-question-about-running-scripts-on-my-own-server/#findComment-1143882 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 Link to comment https://forums.phpfreaks.com/topic/220898-just-a-quick-question-about-running-scripts-on-my-own-server/#findComment-1143883 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.