Ver Mensaje Individual
  #6 (permalink)  
Antiguo 02/02/2009, 09:52
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: php codigo para select option

Aun asi no veo cual es el problema:
Código php:
Ver original
  1. switch($_POST['idpais']) {
  2.      case 1:
  3.           $pais = "País";
  4.           break;
  5.      case 2:
  6.           $pais = "México";
  7.           break;
  8.       // etc.
  9. }

Saludos