From 2ed049b987c2d13395ca01194a0408f7ab8433cc Mon Sep 17 00:00:00 2001 From: Patrick McGuire Date: Sun, 24 May 2020 08:57:52 -0400 Subject: [PATCH] Create mgp.php --- invite/mgp.php | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 invite/mgp.php diff --git a/invite/mgp.php b/invite/mgp.php new file mode 100644 index 0000000..5f5021e --- /dev/null +++ b/invite/mgp.php @@ -0,0 +1,54 @@ +query($q); +$d = mysqli_fetch_array($r); +?> + +
+

+
+
+
+
+
+ + +
+ + query($q2); + while($d2 = mysqli_fetch_array($r2)){ + echo " + + + + "; + } + ?> +
$d2[petition_name]
+
+
+ + + + +
+
+
-- 2.20.1