Search found 1 match
- Sat Feb 05, 2011 3:10 pm
- Forum: PHP - Code
- Topic: PHP Running A Program
- Replies: 2
- Views: 199
PHP Running A Program
Hi, I'm trying to run a program on the computer hosting. I've tried using system, exec, passthru, but none of them work. Even running a simple program such as exec(c system32 calc.exe) runs in the background, and doesnt show up on the host. I need the exe to run, show up, may have a gui, and run in ...