From 6216a68632eb5ce3ff6af2dfedc882949d909b04 Mon Sep 17 00:00:00 2001 From: Waldo Jaquith Date: Sun, 15 Sep 2019 15:09:22 -0400 Subject: [PATCH] Start to build out browse functionality [WIP] Toward #72. --- business.php | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 business.php diff --git a/business.php b/business.php new file mode 100644 index 0000000..9d982e7 --- /dev/null +++ b/business.php @@ -0,0 +1,48 @@ +'; +foreach ($business as $field_name => $field_value) +{ + echo ''; + echo $field_name; + echo ''; + echo $field_value; + echo ''; +} +echo '';