Ver Mensaje Individual
  #42 (permalink)  
Antiguo 04/11/2008, 14:07
Avatar de hoberwilly
hoberwilly
 
Fecha de Ingreso: julio-2008
Ubicación: Lima - Perú
Mensajes: 769
Antigüedad: 16 años, 6 meses
Puntos: 2
Respuesta: Ayuda con mensaje

Tengo esto:
<?php
switch($_POST("mismo_nombre")){ //linea 2
case "Consultar Pedido":
include(consultarPedido.php);
break;
case "Cambiar a Pedido Atendido":
include(consultarPedido2.php);
break;
}
?>

y me sale el sgte msje:
Call to undefined function: array() in /data/members/free/tripod/es/h/o/b/hoberwilly/htdocs/accion.php on line 2