Tema
:
Problema al controlar variables $_POST
Ver Mensaje Individual
#
4
(
permalink
)
09/03/2005, 05:47
txetxol
Fecha de Ingreso: febrero-2002
Ubicación: Pamplona
Mensajes: 73
Antigüedad: 23 años, 1 mes
Puntos: 1
Prueba así a ver...
Código PHP:
if(!
settype
(
$_POST
[
"num_tar1"
],
integer
))
en vez de
Código PHP:
if(
settype
(
$_POST
[
"num_tar1"
],
integer
)!=
TRUE
)
txetxol
Ver Perfil
Buscar todos los Mensajes de txetxol