--- a/getAgency.php +++ b/getAgency.php @@ -174,6 +174,13 @@ echo $row['statistics']['employees'][$lastkey]['value'].' employees ('.$lastkey.')'; echo ''; } + if (isset($row['statistics']['budget'])) { + echo '

'; + $keys = array_keys($row['statistics']['budget']); + $lastkey = $keys[count($keys)-1]; + echo "$".number_format(floatval($row['statistics']['budget'][$lastkey]['value'])).' ('.$lastkey.' budget)'; + echo '

'; + } echo ' @@ -238,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.

+
';