";
}
if (!empty($error))
{
$errorcode = file_get_contents($error_url);
$replace = "##error##";
$errorcode = str_replace($replace, $error, $errorcode);
echo $errorcode;
exit;
}
$internalfields = array ("submit", "reset", "send", "captcha_code");
$message .= $eol;
$message .= "IP Address : ";
$message .= $_SERVER['REMOTE_ADDR'];
$message .= $eol;
foreach ($_POST as $key => $value)
{
if (!in_array(strtolower($key), $internalfields))
{
if (!is_array($value))
{
$message .= ucwords(str_replace("_", " ", $key)) . " : " . $value . $eol;
}
else
{
$message .= ucwords(str_replace("_", " ", $key)) . " : " . implode(",", $value) . $eol;
}
}
}
$body = 'This is a multi-part message in MIME format.'.$eol.$eol;
$body .= '--'.$boundary.$eol;
$body .= 'Content-Type: text/plain; charset=ISO-8859-1'.$eol;
$body .= 'Content-Transfer-Encoding: 8bit'.$eol;
$body .= $eol.stripslashes($message).$eol;
if (!empty($_FILES))
{
foreach ($_FILES as $key => $value)
{
if ($_FILES[$key]['error'] == 0 && $_FILES[$key]['size'] <= $max_filesize)
{
$body .= '--'.$boundary.$eol;
$body .= 'Content-Type: '.$_FILES[$key]['type'].'; name='.$_FILES[$key]['name'].$eol;
$body .= 'Content-Transfer-Encoding: base64'.$eol;
$body .= 'Content-Disposition: attachment; filename='.$_FILES[$key]['name'].$eol;
$body .= $eol.chunk_split(base64_encode(file_get_contents($_FILES[$key]['tmp_name']))).$eol;
}
}
}
$body .= '--'.$boundary.'--'.$eol;
mail($mailto, $subject, $body, $header);
header('Location: '.$success_url);
exit;
}
?>
Untitled Page
For more info Click Here
to download a copy of our Newsletter
Local author Sadie Lewis George’s book “Separate But UnEqual”
(Black Education and Life during Jim Crow in Terrebonne Parish) is available for $29.99. to purchase a copy visit www.lulu.com/separatebutunequal
or email Ms. George at sadielewisgeorge@yahoo.com
Copyright © 2010 by New Rising Sun Bapist Church · All Rights reserved · E-Mail: info@nrsbc.org
The Lord's Prayer
Our Father in heaven,
hallowed be your name,
your kingdom come,
your will be done,
on earth as in heaven.
Give us today our daily bread,
Forgive us our sins,
as we forgive those
who sin against us.
Save us from the time of trial
and deliver us from evil.
For the kingdom,
the power, and the glory are yours
now and forever. Amen.
(Luke 11:1-4; Matthew 6:9-15)
Prayer Request
Our Prayer groups are waiting and willing to pray for your request.
God answers prayer. As you receive answers to your prayer, please consider returning to this site to share a word of thanks to God for answered prayer.
Send in your prayer request with confidence
Your prayer request will be held in strict confidence by our prayer partners. We may contact you to confirm that we are praying for you, but your prayer request and personal information will not be distributed or used for any other purpose.