Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
转移到新主机时,我的索引页面无法工作(显示空白页面)。虽然我的旧主机工作正常。我相信是 MySQL 版本/设置
我从 v5.5 迁移到 v5
看看上面的图片 如果我要删除那行代码,一切都会正常工作,但是我的注册页面无法工作。究竟出了什么问题;谁能解释一下
我有以下代码,其中包含用于发送表单的变量和文本 inisde。我的问题是我无法弄清楚如何在该文本中执行 php,例如 foreach 函数。
$somearray; $variable = <<<END Hello world foreach($somearray as $v){echo $v} //this does not w