$page = basename($_GET["page"]); ?>
|
|||||||||||
//Mid page if($page){ if(file_exists("pages/".$page.".php")){ include("pages/".$page.".php"); }else{ include("pages/home.php"); // Page not found !!! } }else{ include("pages/home.php"); // Arxiki selida no action } //end mid page !!!! ?> | |||||||||||
© 2024 - |