致命错误:调用未定义函数phpinclude() [英] Fatal error: Call to undefined function phpinclude()

查看:93
本文介绍了致命错误:调用未定义函数phpinclude()的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用这段代码

 <?php 
header(Location:../index .PHP);
?>

它只是出现这个错误:

 致命错误:调用未定义的函数phpinclude()在/home/nzcraftn/public_html/filenz/upload/index.php上第1行
如果它必须是<?php include(...),那么猜你有<?phpinclude(...)?> ?>


Hey i am using this code

<?php
header("Location: ../index.php");
?>

and it is just coming up with this error:

Fatal error: Call to undefined function phpinclude() in /home/nzcraftn/public_html/filenz/upload/index.php on line 1

What went wrong?

解决方案

i guess you've got <?phpinclude(...) ?> when it must be <?php include(...) ?>

这篇关于致命错误:调用未定义函数phpinclude()的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆