Ver Mensaje Individual
  #2 (permalink)  
Antiguo 12/08/2002, 16:51
Cluster
O_O
 
Fecha de Ingreso: enero-2002
Ubicación: Santiago - Chile
Mensajes: 34.417
Antigüedad: 22 años, 3 meses
Puntos: 129
Re: De Char a Entero

PHP convierte automaticamente los tipos de variables .. asi q simplemente haciendo tu $variable_DB < $variable_otra .. deberia funcionar.

De todas formas por si acaso .. tienes la funcion:

settype()
<a href='ir.asp?http://www.php.net/manual/es/function.settype.php' target='_blank'>http://www.php.net/manual/es/function.se...</a>

Un saludo