Hi everyone

I'm trying to run an executable file (exe) using php

I use exec and system functions. but it runs the exec file in the background.

I want the executable file to run and visible to the users. so they can use that exe app

Thanks in advance

    You do realize that the .exe will be running on the web server, not on the user's PC, thus they won't be able to see it?

      Write a Reply...