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.