verify($_POST['g-recaptcha-response'], $_SERVER['REMOTE_ADDR']); if ($resp->isSuccess()) { $success = true; $name = strip_tags(trim($_POST['name'])); $email = strip_tags(trim($_POST['email'])); $subject = strip_tags(trim($_POST['subject'])); $message = strip_tags(trim($_POST['message'])); $subject1 = "Feedback from MI website: " . $subject; $message1 .= "Name: " . $name . " <" . $email . ">\n"; $message1 .= "IP Address: " . $_SERVER['REMOTE_ADDR'] . "\n"; $message1 .= "HTTP User Agent: " . $_SERVER['HTTP_USER_AGENT'] . "\n"; $message1 .= "Message: \n\n" . $message; $mail = new PHPMailer; $mail->setFrom('www@masjidibrahim.org', 'MI Web'); $mail->addAddress('admin@masjidibrahim.org', 'MI Admin'); $mail->addReplyto($email); $mail->Subject = $subject1; $mail->Body = $message1; $mail->DKIM_selector = 'www'; $mail->DKIM_passphrase = ''; $mail->DKIM_domain = 'masjidibrahim.org'; $mail->DKIM_private = $_SERVER['DOCUMENT_ROOT'] . '/' . '../dkim/dkim_id_rsa'; $mail->send(); } } ?>

Contact Us | Financials

Follow Us On

 

Mailing Address

Masjid Ibrahim
8521 W Highway 71
Austin, TX 78735
USA

Phone/Fax

512-693-2924

Your message has been submitted. Thank you.

Send another message

;

Send Message

Please check this box


Financials

= $cur_year-3; $i-- ) { foreach(["Q4", "Q3", "Q2", "Q1"] as $q) { foreach(["New_Masjid", "Sadaqah_Zakat", "Operations"] as $f) { $rel_path = "/MI/finance/{$i}/{$q}_{$i}_{$f}.pdf"; $file = "{$_SERVER['DOCUMENT_ROOT']}/MI/finance/{$i}/{$q}_{$i}_{$f}.pdf"; if (!file_exists("{$_SERVER['DOCUMENT_ROOT']}" . $rel_path)) { continue; } echo "{$i} {$q} – " . str_replace("_", " ", $f) . "
\n"; } } } ?>