PDA

View Full Version : run application from php ???


Mickie D
12-02-2003, 07:07 PM
can i make php run an application on my server ???

i.e i want to be able to start or stop a MOH server i run instead of pc anywhere everytime :(

Velocd
12-03-2003, 02:05 AM
Have a look at the exec() function, which executes an external program:

http://www.php.net/manual/en/function.exec.php