我目前遇到的问题
解析错误:语法错误,第 13 行 /home1/defcon2/public_html/usercp/index.php 中的意外 T_INCLUDE
这是到目前为止的代码:
<?php
/* [snip] */
require_once(__DIR__ . "/recources/utils.class.php")
include(__DIR__ . "/resources/pagehead.php"); // line 13
该文件位于正确的位置,我使用的是 PHPMyAdmin 3.5.5