输入banner图图片脚本导航/分类

php中定义网站根目录的常用方法

代码如下:
define('BASE_PATH',str_replace('\\','/',realpath(dirname(__FILE__).'/../')));