29/11/2011, 10:40
|
| | | 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<?php $str = "10"; $num = (int)$str; echo $num; ?>
__________________ Solo la práctica no te traicionara ¡¡¡¡¡¡
Seguir el camino tu debes PHP The Right Way. |