Ver Mensaje Individual
  #1 (permalink)  
Antiguo 19/05/2010, 07:00
jordixip2
 
Fecha de Ingreso: mayo-2010
Mensajes: 112
Antigüedad: 14 años
Puntos: 0
No me hace caso al booleano

Hola, tengo esto:

if (isset($_POST[textfield_titol])) { $titol=$_POST[textfield_titol]; $titol_boolean=True; echo "titol_boolean = true<br>"; }

y lo recupero con:

if ($titol_boolean) { echo "Dentro................ <br>"; $consulta_newhome="select distinct " . $columna . " from " . $tabla . " where titol='" . $titol . "' limit " . $pagi . "," . $fin; }

Y nunca entra en el if... ultimo.

¿Que me dejo ahora?

Gracias