¿cómo hago para verificar tipos?

Alejo
11 de Octubre del 2004
¿cómo hago para verificar que el un campo txt enviado por un formulario (mñetodo post) sea int y/o float?

ojo la solución debe ser en PHP.
gracias

vlc
11 de Octubre del 2004
Lo puesed hacer usando las funciones:
is_numeric()
is_float()
is_int()
is_integer()
is_double()
etc,etc.

Leete el maual de php. http://www.php.net

Salu2
Paco