include('afilmmaker/config.php'); if(isset($_GET['tipo'])){ switch($_GET['tipo']){ case "f": include("afilmmaker/afilmmakerdosen.php"); break; default: include("afilmmaker/afilmmakerunoen.php"); break; } }else{ include("afilmmaker/afilmmakerunoen.php"); } ?>