Ver Mensaje Individual
  #3 (permalink)  
Antiguo 01/09/2006, 08:16
Avatar de claudiovega
claudiovega
 
Fecha de Ingreso: octubre-2003
Ubicación: Puerto Montt
Mensajes: 3.667
Antigüedad: 20 años, 6 meses
Puntos: 11
Podrias hacer esto:

Código PHP:
<?php
    $valor
="015554400";
    
settype($valor,"integer");
    echo 
$valor;
?>