<a href="index.php?secc=animaciones">
nomas no se si algo esta mal por que me manda al index.php
![lloron](http://static.forosdelweb.com/fdwtheme/images/smilies/chillando.png)
![triste](http://static.forosdelweb.com/fdwtheme/images/smilies/frown.png)
<?php
switch($secc){
case 'animaciones':
include("animaciones.php");
break;
case 'manuales':
include("manuales.php");
break;
default:
include("main.php");
break;
}
?>
Me podria ayudar alguien y decirme que esta mal o que mas hace falta?