New to ASP and PHP. Writing this site in ASP but think maybe this might be easier to do in PHP, so I'm posting here.
Trying to run an executable, myApp.exe, but it needs to run on the Client machine. Basically the user selects different options on the web page and hits a Run button. OnClick, I want this to fire off an executable they will have on their machine. Well, in fact, we need to check first to see if they have the required app installed.
How does one run an exe on the client with PHP (or ASP)?
Trying to run an executable, myApp.exe, but it needs to run on the Client machine. Basically the user selects different options on the web page and hits a Run button. OnClick, I want this to fire off an executable they will have on their machine. Well, in fact, we need to check first to see if they have the required app installed.
How does one run an exe on the client with PHP (or ASP)?