我上传了文件,但它显示错误。
解析错误:语法错误,意外'(',在第 26 行的 ///admin.php 中期待 T_STRING 如何解决此错误?
线是
function index($success){
include("header.php");
global $link,$prefix;
if (isset($success)) {
openTable();
echo "<center><font color='#FF0000'>$success</font><center><br>";
closeTable();
echo"<br>";
goto("index.php?file=admin");/ error line
}