Using exec() to produce a directory listingexec( "ls -al .", $output, $return );print "Returned: $return";foreach ( $output as $file ) print "$file";?>
Returned: $return