Ver Mensaje Individual
  #11 (permalink)  
Antiguo 11/10/2008, 06:25
Avatar de geq
geq
 
Fecha de Ingreso: agosto-2006
Ubicación: Rosario
Mensajes: 655
Antigüedad: 17 años, 8 meses
Puntos: 22
Respuesta: necesito ayuda...

Código PHP:
<?  
switch($_GET['id']){ 
  case 
'1'$file "pagina1.php"
    break; 
  case 
'2'$file "pagina2.php"
    break; 
  case 
'3'$file "pagina3.php"
    break; 

header("Location: $file");
die();
?>