提示錯誤提示
Notice: Undefined index: path in D:\wamp\www\fileManager\index.php on line?6Call Stack#TimeMemoryFunctionLocation10.0010169976{main}( )..\index.php:0
( ! )?Notice: Undefined index: dirname in D:\wamp\www\fileManager\index.php on line?9
Call Stack
#
Time
Memory
Function
Location
1 ? ?0.0010 ? ?169976 ? ?{main}( ) ? ?..\index.php:0 ? ?
2018-08-15
2015-08-18
<?php
require_once 'dir.func.php';
require_once 'file.func.php';
require_once 'common.func.php';
$path="file";
$path=$_REQUEST['path']?$_REQUEST['path']:$path;
$act=@$_REQUEST['act'];
$filename=@$_REQUEST['filename'];
$dirname=$_REQUEST['dirname'];
$info=readDirectory($path);
2015-08-16
把你的那幾行代碼貼出來吧,不然大家也不知道具體情況O(∩_∩)O~