|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-09-10 05:14 UTC] derick@php.net
[2001-09-10 17:15 UTC] sniper@php.net
[2001-10-08 08:57 UTC] sander@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 07:00:01 2025 UTC |
<html> <head> <title>dir test</title> </head> <body> <?php $str=`dir c:`; ?> <pre> <?php echo $str; ?> </pre> </body> </html> I have written the following code and it reports the following error :- Warning: Unable to fork [dir c:] in d:\scripts\test\php\pasconner\systemtest.php on line