![]() |
Sergey Kornilov admin 2/2/2010 |
What kind of application you want to launch? Another PHP script, command line utility, something else? |
E
|
eyevr author 2/2/2010 |
What kind of application you want to launch? Another PHP script, command line utility, something else?
|
![]() |
Sergey Kornilov admin 2/3/2010 |
You can use shell_exec() function for this purpose. $output = shell_exec('ls -lart'); |