解析错误:语法错误,意外T_INCLUDE_ONCE [关闭]

the line in question is:

include_once 'anotherpage.php';

anotherpage.php is fully intact, have no idea what the problem is...also feel free to include a better way to debug php code than coming to people for every little thing. thanks!

The problem is in the line that precedes the include_once(). That preceding line probably has a missing semi-colon.