calling executabel file problem
Posted: Thu Feb 03, 2011 5:43 am
Hi All,
I have the following script that calls an executable file. It works fine on the testing server but does not function properly on a remote machine.
The path to the executable file is the same on the remote machine.However, when the remote user runs the script, the program rather executes on the testing server.
What am is doing wrong?
Help needed.
Regards.
I have the following script that calls an executable file. It works fine on the testing server but does not function properly on a remote machine.
Code: Select all
<?php
$tmp = exec("C:\\Program Files\\Vehicle Fleet Manager\\VehicleFleetManager.exe");
?> What am is doing wrong?
Help needed.
Regards.