Nice reply, but it's not what I want.
I give you an example: i've created a program in c++ ( :) so I know about Dev-C++, Visual C++) and now I want to run the program from phph through system() or exec().
exec("program.exe /arguments_here")
Question based on the above example: how can I get the /arguments_here list?
|