ホームページ >バックエンド開発 >PHPチュートリアル >php include 异常
php include 错误
真心不明白怎么回事,代码如下
if(file_exists('perform.php'))
echo '3';
include 'perform.php';
echo "hi1";
if(isset($_POST['target']))perform($_POST['target']);
?>
perform.php文件是存在的,但是页面显示3,不显示hi1
求大神……!!
------解决方案--------------------
你怎么确定没执行的。查看源码就知道了。
注释掉include是什么情况
------解决方案--------------------