Hello, is it possible with php script to run some program from command line? For example terminal command line.
system exec shell_exec Are a few php commands that can do it. Keep in mind though most hosts disable these functions as they are pretty dangerous.