X-Git-Url: http://git.hcoop.net/clinton/MarylandElectronicPetitionSignature.git/blobdiff_plain/9299d09b66e287cf220dfb27c5e24bd4096b73f0..df027d15d8c419c6e8f1d20870a6c6ac2c8615d1:/header.php diff --git a/header.php b/header.php dissimilarity index 73% index e6fc0da..a5be395 100644 --- a/header.php +++ b/header.php @@ -1,47 +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 ""; + } + } + ?>