X-Git-Url: http://git.hcoop.net/clinton/MarylandElectronicPetitionSignature.git/blobdiff_plain/d8314a3a30ec1abcfa901c7146c1bcaa55837d6a..defa1cf8f303437931cdddc61d5c595f87df3c1e:/header.php diff --git a/header.php b/header.php dissimilarity index 82% index 112d96a..a2b4ecc 100644 --- a/header.php +++ b/header.php @@ -1,47 +1,113 @@ - - - - - - - - - - - - MEPS - Maryland Eletronic Petition Software - - -
- + + + + + + + + + + + + + + + + + + + + + + + + + MEPS - Maryland Eletronic Petition Software + + + +
+ real_escape_string($_COOKIE['invite']); + $q = "select * from petitions where web_short_name = '$invite'"; + $r = $petition->query($q); + $d = mysqli_fetch_array($r); + echo "

$d[petition_name]

"; + if ($d['social_phone'] != ''){ + echo ""; + } + if ($d['social_email'] != '' && $d['social_phone'] == ''){ + echo ""; + } + } + ?>