into php file.
When files are in the same folder, It works.
But when it in upper folder, and i try code like this:
include_once(’…/Submission_SpecialIssue_Type_Values.php’);
it doesn’t work. What am i doing wrong?
Thanks, ovilla, i’ve tried it before and now but it doesn’t work. It also doesn’t work if i add an “inc” before php. Maybe because content of “Submission_SpecialIssue_Type_Values.php” isn’t a class.