I am new to PHP and I am trying to run a c# application I've developed, from my PHP project. The app is local and is on the same machine as the server.
I should only be able to execute the app (preferably run it in background), since it's output is printed in a separate file which I access in my website.
Is there any way to run the app from my website ? I've tried to use echo exec(...) but it won't work.