Search found 1 match
- Tue Feb 09, 2016 2:54 am
- Forum: PHP - Code
- Topic: PHP exec in foreground
- Replies: 1
- Views: 1810
PHP exec in foreground
I am setting up a website for my friends and I to use as a control panel for our private game server computer. On that computer we have 3 exe files (we'll call them game1.exe, game2.exe, and VOIP.exe). I need 3 buttons on my website. Start, Stop, Restart. Now here is the issue that I run into. If I ...