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是什么情况
------解决方案--------------------
PHP怎么学习?PHP怎么入门?PHP在哪学?PHP怎么学才快?不用担心,这里为大家提供了PHP速学教程(入门到精通),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号