Tema
:
Ayuda cambio + tipo variable
Ver Mensaje Individual
#
2
(
permalink
)
28/04/2008, 11:55
GatorV
$this->role('moderador');
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 9 meses
Puntos: 2135
Re: Ayuda cambio + tipo variable
Hola ACX_POISON,
Prueba haciendo esto:
Código PHP:
$ini_letra
= (int)
$_POST
[
"ocultoini_letra"
];
$fin_letra
= (int)
$_POST
[
"ocultofin_letra"
];
Saludos.
GatorV
Ver Perfil
Buscar todos los Mensajes de GatorV