Lets say i need to run prog.exe and into prog.exe inlcude parameter de.php is that possible in php ? i got windows host so no problem with run exe ...
You could have de.php output xml / json / POST data and read it into a variable from prog.exe as long as whatever you're coding in has a function to read / load urls e.g. equivalents of what in php would be cURL / file_get_contents ....