Ver Mensaje Individual
  #6 (permalink)  
Antiguo 17/05/2009, 03:02
fatasma
Usuario no validado
 
Fecha de Ingreso: octubre-2008
Ubicación: BRUSELAS
Mensajes: 211
Antigüedad: 15 años, 5 meses
Puntos: 3
Respuesta: una ayuda para un sistema multilenguaje

se te olvido de cerrar un parentesis ^^

prueba asi:

<?php
if(isset($_POST['idioma'])) {
$idioma_elegido = $_POST['idioma'];
} else { $idioma_elegido = 1; }
?>