--- a/getAgency.php +++ b/getAgency.php @@ -178,7 +178,7 @@ echo '

'; $keys = array_keys($row['statistics']['budget']); $lastkey = $keys[count($keys)-1]; - echo money_format("%#10i",(float)$row['statistics']['budget'][$lastkey]['value']).' ('.$lastkey.' budget)'; + echo "$".number_format(floatval($row['statistics']['budget'][$lastkey]['value'])).' ('.$lastkey.' budget)'; echo '

'; } echo ' @@ -245,9 +245,9 @@
-

Hello, world!

-

This is a template for a simple marketing or informational website. It includes a large callout called the hero unit and three supporting pieces of content. Use it as a starting point to create something more unique.

-

Learn more »

+

Australian Government Agencies

+

Explore collected information about Australian Government Agencies below.

+
';