![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
16/05/2011, 04:27
|
| | Fecha de Ingreso: diciembre-2009
Mensajes: 186
Antigüedad: 15 años, 2 meses Puntos: 5 | |
Respuesta: problemas default php Hola,
prueba con esto:
switch($_GET['op'])
{
default :
include("index.php?op&idareaespecializacion=1");
break;
case "versingle":
include("portafolio_single.php");
break;
} |