| [SOLVED] Shell execution I need some help with executing a shell using PHP.
The shell is in the following path:
c:\tools\bin\ogr.exe
I have read that <?php $cmd = command string ; shell_exec($cmd); ?> will di the trick but how do I get this function to execute the shell in the above path??
Sarel |