Search unanswered questions...
Enter a question here...

How do you place a call to a command line executable within a PHP script?

In: PHP
[Edit]

Answer

Use the "system" function:

system("Command.exe");

(See: php.net/system)

Improve Answer Discuss the question "How do you place a call to a command line executable within a PHP script?" Watch Question

First answer by ID1492002288. Last edit by ID1135460331. Question popularity: 11 [recommend question]

Research your answer:

Answers.com > Wiki Answers > Categories > Technology > Computers > Computer Programming > PHP > How do you place a call to a command line executable within a PHP script?

Our contributors said this page should be displayed for the questions below. (Where do these come from)
If any of these are not a genuine rephrasing of the question, please help out and edit these alternates.
Java Script is powerful or Php Script?