X-Git-Url: http://git.hcoop.net/clinton/MarylandElectronicPetitionSignature.git/blobdiff_plain/39e01dd90b26db7e1c7f4b1727d263c43ea2f1c2..53cc37f4b4c533e103d36d2de8b47d3a06d21487:/header.php diff --git a/header.php b/header.php dissimilarity index 84% index 3299100..a5be395 100644 --- a/header.php +++ b/header.php @@ -1,21 +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 ""; + } + } + ?>