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