This is the system i'm using:
Links: index.php?id=5
switch($id) { default: include('Home.php');
break; case "1": include('Asesor1.php');
break; case "2": include('Asesor2.php');
break; case "3": include('Asesor3.php');
break; case "4": include('Asesor4.php');
break; case "5": include('Asesor5.php');
}
I would appreciate any help. Thanks!
