codrgii Posted November 15, 2010 Share Posted November 15, 2010 I need to execute a program in the command prompt in windows using php, which php functions would be best to do this? and would i need to set any type of permissions to be able to use them? Link to comment https://forums.phpfreaks.com/topic/218738-execute-a-program-in-php/ Share on other sites More sharing options...
upp Posted November 15, 2010 Share Posted November 15, 2010 is this what you are looking for? http://www.alt-php-faq.org/local/86/ Link to comment https://forums.phpfreaks.com/topic/218738-execute-a-program-in-php/#findComment-1134507 Share on other sites More sharing options...
codrgii Posted November 15, 2010 Author Share Posted November 15, 2010 I don't want to execute a php script from the command line, but execute a program with a command line using php. Link to comment https://forums.phpfreaks.com/topic/218738-execute-a-program-in-php/#findComment-1134526 Share on other sites More sharing options...
AbraCadaver Posted November 15, 2010 Share Posted November 15, 2010 http://us.php.net/manual/en/ref.exec.php Link to comment https://forums.phpfreaks.com/topic/218738-execute-a-program-in-php/#findComment-1134528 Share on other sites More sharing options...
Pikachu2000 Posted November 15, 2010 Share Posted November 15, 2010 See the manual for php's program execution functions Link to comment https://forums.phpfreaks.com/topic/218738-execute-a-program-in-php/#findComment-1134529 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.