View Single Post
  #3 (permalink)  
Old January 14th, 2007, 06:20 PM
iulian iulian is offline
Registered User
 
Join Date: Jan 2007
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to iulian
Default

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?

Reply With Quote