Ver Mensaje Individual
  #3 (permalink)  
Antiguo 22/05/2011, 15:50
Avatar de Hazuki
Hazuki
 
Fecha de Ingreso: mayo-2011
Mensajes: 34
Antigüedad: 12 años, 11 meses
Puntos: 7
Respuesta: Error al reemplazar texto a solo numericos

Código PHP:
function numeros ($str)
{
    return 
preg_replace("/[^0-9\.]/","",$str);