Ya estoy qmargaisimo, ¿alguien ve algo extraño aqui?
Cita: <?php
switch ($cont){
case 1:
include("./includes/inicio.php");
break;
case 2:
include("./includes/monitores.php");
break;
case 3:
include("./includes/teclados.php");
break;
case 4:
include("./includes/ratones.php");
break;
case 5:
include("./includes/cajas.php");
break;
case 6:
include("./includes/discos.php");
break;
case 7:
include("./includes/memorias.php");
break;
case 8:
include("./includes/graficas.php");
break;
case 9:
include("./includes/procesadores.php");
break;
case 10:
include("./includes/placas.php");
break;
default: include ("inicio.php");
}
?>