I have executed this script under xampp ( ubuntu ) it works fine. but when i tried to execute it under windows it gives me no error but also no output.
<?
$command='ls -l';
$output = shell_exec($command);
echo $output;
?>
PHP do not run in save mode. what is the problem ? is it depending on the OS ?