只有在同目录下的php文件,可用require_once(“filename.php”);
在不同目录下的php文件,用相对所在目录的路径
require_once(‘./php/data_fns.php’);
require_once(‘
4本文¥来源gao!%daima.com搞$代*!码$网9
搞代gaodaima码
../data_fns.php’);
只有在同目录下的php文件,可用require_once(“filename.php”);
在不同目录下的php文件,用相对所在目录的路径
require_once(‘./php/data_fns.php’);
require_once(‘
4本文¥来源gao!%daima.com搞$代*!码$网9
搞代gaodaima码
../data_fns.php’);