I'm having problems printing the price of my products so I want to change it, I mean I do my sql query
SELECT * FROM sinventario,as_precios WHERE sinventario.FI_CODIGO = as_precios.FI_CODIGO
I save my data in an array and print it
while ($filas = $db->recorrer($sql)){
$FI_PRECIO= $filas['FI_PRECIO'];
echo $PRECIO1;
}
but I print the price like Bs. "8221.85" and what I want is for me to print it like that Bs. "8.221,85"