Ver Mensaje Individual
  #3 (permalink)  
Antiguo 29/11/2011, 10:40
Avatar de CesarHC
CesarHC
 
Fecha de Ingreso: junio-2011
Ubicación: localhost
Mensajes: 566
Antigüedad: 13 años, 7 meses
Puntos: 56
Respuesta: Pasar De String A Integer

Algo asi?.


Código PHP:
Ver original
  1. <?php
  2. $str = "10";  
  3. $num = (int)$str;
  4. echo $num;
  5. ?>
__________________
Solo la práctica no te traicionara ¡¡¡¡¡¡

Seguir el camino tu debes PHP The Right Way.