X-Git-Url: http://git.hcoop.net/clinton/MarylandElectronicPetitionSignature.git/blobdiff_plain/03540309cce18d96ae21d9c7103c05438254a3d6..bb171a2177c36385f60cc1f49cf758454736f5ae:/index.php diff --git a/index.php b/index.php dissimilarity index 99% index 921ee10..71b693b 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")) { - $row_cnt = $result->num_rows; - $c = $row_cnt / $expected; - $p = number_format($c,2)*100; - echo number_format($row_cnt).' out of '.number_format($expected).' '.$p.'% done.'; - - /* 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 " + "; + } + ?> +
+
+ +