exec("http://localhost/fedexapi/WEBTEST.exe", $return_message_array, $return_number);
there's the code I'm using to run the program WEBTEST.exe.
If ran in a console, it will output some information.
How do I grab this information and print it out with php?
Does that make sense what I am trying to do.
If you tell me that I have to find out what the values are that I'm outputing,....how do I do this.
I'm not very good with c++, so this is a shot in the dark for me.