Execute shell command 'dir'
|
<?php $dir = shell_exec("dir"); $subject = "Half-hourly file report."; $body = "The following files are in the current directory : nn"; $body .= $dir;
echo $body; ?>
|
|
|
|
|
HTML code for linking to this page:
Related in same category :
-
-
-
-
-
-
-
-
|