PHP Running A Program
Posted: Sat Feb 05, 2011 3:10 pm
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 the correct folder the exe is in.
How would i accomplish that? (ive tried enabling all permissions, even running php as administrator)
im running this on windows server 20008.
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 the correct folder the exe is in.
How would i accomplish that? (ive tried enabling all permissions, even running php as administrator)
im running this on windows server 20008.