sam2222 Posted March 19, 2006 Share Posted March 19, 2006 Hello,This is I'm guessing a simple question so sorry but I couldn't find an answer anywhere.How can I execute a PHP script on windows from another PHP script? I know on linux you type PHP then the script name but on my windows computer it only works from command line when I type the full path to the directory with PHP in it, so is there a way to get PHP to tell me where it is or am I doing it all wrong?Thanks,Sam Quote Link to comment Share on other sites More sharing options...
hitman6003 Posted March 19, 2006 Share Posted March 19, 2006 [a href=\"http://www.php.net/eval\" target=\"_blank\"]http://www.php.net/eval[/a] Quote Link to comment Share on other sites More sharing options...
sam2222 Posted March 19, 2006 Author Share Posted March 19, 2006 I can't do that 'cause other script is going to run for a long time so I need it to run in the background hench can't do that but thanks for the answer tho. Quote Link to comment Share on other sites More sharing options...
hitman6003 Posted March 20, 2006 Share Posted March 20, 2006 You could try [a href=\"http://www.php.net/exec\" target=\"_blank\"]http://www.php.net/exec[/a].What are you doing that is going to be running for so long? Quote Link to comment Share on other sites More sharing options...
sam2222 Posted March 20, 2006 Author Share Posted March 20, 2006 What I'm trying to do is send newsletters to a big list of people so I want it to run in the background 'cause it will take a while and I don't want to do it with the web browser incase I hit the stop button half way thru.How would I use exec() to start another PHP script? wouldn't I need the path to PHP?Thanks very much for your help. Quote Link to comment Share on other sites More sharing options...
rekha Posted February 12, 2008 Share Posted February 12, 2008 HiThe below link will help you [url=http://hiox.org/index.php?id=138]http://hiox.org/index.php?id=138[/url]RegardsRekhahttp://hiox.org 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.