Posted by bgeneto on 10/26/05 15:46
Can't get these commands to work! The following page simply doesn't
finish loading ( Waiting... Opening... :-( )
<?php echo system("dir"); ?>
The same for <?php echo exec("dir"); ?> or <?php echo
shell_exec("dir"); ?>, etc...
I'm running Apache 2.0.55 & PHP 5.0.5 with Zend Optimizer v2.5.10 on
windows XP SP2. Any help is welcome,
TIA,
Bernhard.
PS: I have also tried the windExec() user function sugested in
php.net/manual.
[Back to original message]
|