X-Git-Url: http://git.hcoop.net/clinton/MarylandElectronicPetitionSignature.git/blobdiff_plain/06f01df5361c77f6ec31e41db5bfd73000f8bd8d..438180b8c49f749c7c004bcc53657d5dcfe7a7c4:/header.php diff --git a/header.php b/header.php dissimilarity index 78% index 5c7b870..a5be395 100644 --- a/header.php +++ b/header.php @@ -1,22 +1,81 @@ - - - - - - - - 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 ""; + } + } + ?>