X-Git-Url: http://git.hcoop.net/clinton/MarylandElectronicPetitionSignature.git/blobdiff_plain/5ecdde8f1b28e70535badd8a74340a6ccd6190c9..d21ab5a1a4664b281c6693f4fb83d19f419b95ec:/header.php diff --git a/header.php b/header.php dissimilarity index 82% index 06d360d..a2b4ecc 100644 --- a/header.php +++ b/header.php @@ -1,70 +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 ""; + } + } + ?>