X-Git-Url: http://git.hcoop.net/clinton/MarylandElectronicPetitionSignature.git/blobdiff_plain/c7ca9d96c366c9cab950635ecd227002527dd41c..df027d15d8c419c6e8f1d20870a6c6ac2c8615d1:/index.php diff --git a/index.php b/index.php dissimilarity index 99% index b39a3bd..1d13732 100644 --- a/index.php +++ b/index.php @@ -1,20 +1,47 @@ - -
-

Welcome!

- Development In Progress - Please Click Through the Menu to Review -

Stats

- query("SELECT VTRID FROM VoterList")) { - - /* determine number of rows result set */ - $row_cnt = $result->num_rows; - - echo number_format($row_cnt); - - /* close result set */ - $result->close(); -} - - ?> -
-query($q); + $d = mysqli_fetch_array($r); +?> + +
+

+
+
+
+
+
+ +
+



We are hosting the following petitions:

+ query($q2); + while($d2 = mysqli_fetch_array($r2)){ + $link = "?invite=$d2[web_short_name]"; + if ($d2['landing_page'] != ''){ + $link = $d2['landing_page']; + } + echo " + "; + } + ?> +
+
+ +