Guest User

Untitled

a guest
Apr 17th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <?
  2. $id=$_GET['id'];
  3.  
  4. switch ($id) {
  5. case 1:
  6. include("cursos.php");
  7. break;
  8. case 2:
  9. include("horarios.php");
  10. break;
  11. case 3:
  12. include("psicologia.php");
  13. break;
  14. case 4:
  15. include("orientacion.php");
  16. break;
  17. case 5:
  18. include("extension.php");
  19. break;
  20. case 6:
  21. include("alianzas.php");
  22. break;
  23. default:
  24. include("cursos.php");
  25. }
  26. ?>
Add Comment
Please, Sign In to add comment