Forum Moderators: coopster
<?php
$output=shell_exec('ll -lart');
echo "$output";
?>
suppose when i run this two line of php coding, there should be a output displayed. but no output displayed.
CAn somebody help me? please?
You can also turn up your error_reporting [php.net] during development to see any errors.