Nick H. - Network Operations wrote:
I replied to one of these a long while back.  The URL for the information
has changed.  Here's a complete KB style how-to on installing php under IIS
6.0:

http://dedntfaq.hostingsupport.com/iis6_php_install.txt




Sorry for digging up an old thread, but I'm trying to use the isapi module under iis 6.0 on Win2k3. It's working, except for shell_exec functions. Does the following script work for you?


<?PHP
print_r(shell_exec('dir'));
?>

No, I don't have safe mode turned on.

Joseph

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to