Is it possible to call the excution of a program from a php script? Like a some sort of command-line properties of PHP?
If so, how? Thanks!
Take a look in the PHP manual at the exec() function.
Thanks a lot!