I have an application that I want run SERVERSIDE through my PHP script, and I've used the exec() command, no biggie.
The problem is, the application starts as a PROCESS, and I want to to actually EXECUTE on the desktop, SERVERSIDE. (i.e. POP UP in front of me everytime someone executes the script)
I've read through the PHP Manual and the threads that follow, but I haven't been able to get anything out of it.. could someone PLEASE help me.
On a Further note, I'd just like to clear up some simple questions that are bound to pop up.
I'm running an Apache2 webserver with PHP 4.x, on a Win2000 machine.
The Application is in my "Home Directory" ( c:\ ), and it accepts 3 Command Line Arguments (-x -y and -msg)
It CAN and HAS BEEN exectued through the command prompt (cmd.exe) and runs just like it's supposed to.
I'm trying to run this SERVERSIDE.. not CLIENTSIDE
Thank you.