ini_set("display_errors", "on");
error_reporting(6143);
// substr_count($_SERVER['PHP_SELF'], '/')
$path = "";
//for($i=count(array_pop(explode("/",dirname($_SERVER['PHP_SELF'])))); $i>0; $i--) {
// $path .= "../../../";
//}
for($i=substr_count($_SERVER['PHP_SELF'], '/'); $i>0; $i--) {
$path .= "../";
}
set_include_path($path . "_apps/" .PATH_SEPARATOR . get_include_path());
Movie title
Enter your text.