Prueba de esta manera
Código PHP:
$query = "SELECT SUM(precio) AS total FROM activo";
$result = mysql_query($query) or die(mysql_error());
$valores = mysql_fetch_array($result);
echo "<strong> $ ".number_format($valores["total"],2,".",",")." M.N. </strong>";
Recuerden por favor ayudarme haciendo clic en los google ads o haciendo donaciones :D