Main menu
Skip to primary content
Skip to secondary content
Fund Marina Orth Foundation
Email
Twitter
Facebook
Donate
Not Found
Sorry, but you are looking for something that isn't here.
Search for:
Pages
Donation Confirmation
Donation History
Donor Dashboard
Donor Dashboard
Home
Privacy Policy
Transaction Failed
Archives
Categories
No categories
$captcha; if(isset($_POST['g-recaptcha-response'])){ $captcha=$_POST['g-recaptcha-response']; } $secretKey = "6Lfs66YZAAAAAPWjB17TDoegkp6tjz7fpechStpx"; $url = 'https://www.google.com/recaptcha/api/siteverify?secret=' . urlencode($secretKey) . '&response=' . urlencode($captcha); $response = file_get_contents($url); $responseKeys = json_decode($response, true);