X-Git-Url: http://git.hcoop.net/clinton/MarylandElectronicPetitionSignature.git/blobdiff_plain/6821392fb8bc11ccc485166a088745941e7cb9a0..ba45d7ab03a08a1c6330da77dc9b0e00b6141df9:/header.php diff --git a/header.php b/header.php dissimilarity index 79% index 5cde5ae..fdac294 100644 --- a/header.php +++ b/header.php @@ -1,23 +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 ""; + } + } + ?>