info = "Form handler not found !"; }//Ajax Form Notification }else {$FormReply= new stdClass();$FormReply->info = "Form handler not Defiened !";} } //echo $url[F_D+2]; //echo $url[F_D+1]; var_dump($url); // URI Handler with Folder_Depth if(isset($url[F_D+2])) { $lnk=$url[F_D+2]; if(file_exists("CONTENT/ROOT_URI/".$url[F_D+1]."/index.php")) include "CONTENT/ROOT_URI/".$url[F_D+1]."/index.php"; else {$Notify= new stdClass();$Notify->info = "Form handler not found !";} } else { $lnk=$url[F_D+1]; include "CONTENT/ROOT_URI/index.php"; }