How exactly do I run Windows 32-bit apps on Windows 2000/XP using Php4(logged in as a specific user)? My project requires a special software to be run (I will be passing form variables to the program through a text file created in php). I would like to know both the blocking and nonblocking methods (php waiting for program termination and the case where it doesnt wait). The php will then redirect the client (browser) to a specific page on the webserver which has been created by the program.
I have the following configuration:
Apache 2.0b/Php4
Windows XP Pro
Need to run:
<APP1> <project file name>
I am a Php beginner (I have installed php and run a few basic scripts). Can anyone help?