Ver Mensaje Individual
  #4 (permalink)  
Antiguo 25/02/2008, 12:11
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Re: FORMARTEAR CAMPO TIPO decimal(11,2)

Prueba hacer algo así:
Código PHP:
$total "$" number_format($result4['TORD_GRAV_2'],0,'','.');
echo 
"<font color=red ><strong>IMPORTE TOTAL A PAGAR = $total<br></strong></font>"
Saludos.