My files's directory is below:
/manager/manager.inc
/manager/module/module.php
I want to include manager.inc in module.php
I use the sentence in module.php :<? require("../manager.inc") ?>,but it dont work.
error infomation is "Parse error: parse error in ../manager_function.inc on line 27
"
How achieve the idea?