We Invite You to Contact Us
Error!";
if ($msgName) $errorMessage .= $msgName;
if ($msgEmail) $errorMessage .= $msgEmail;
}
return($errorMessage);
}
function ValidateName($name){
if ($name) return("");
else return("
Please enter your name!");
}
function ValidateEmail($email){
if (eregi("^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*$", $email)) return("");
else return("
Please enter a valid email address!");
}
function ProcessForm($REMOTE_ADDR, $name, $email, $subject, $message){
SendEmail($REMOTE_ADDR, $name, $email, $subject, $message);
Acknowledge($name);
}
function SendEmail($REMOTE_ADDR, $name, $email, $subject, $message){
global $who, $domain, $urlName;
$companyTo = "$who@$domain";
$subject1 = "Message from $urlName";
$date = date("M d, Y; H:i");
$content = "Message from:\n";
$content .= "$name, $email on $date\n\n";
$content .= "Remote address is:\n";
$content .= "$REMOTE_ADDR\n\n";
$content .= "The subject is:\n";
$content .= "$subject\n\n";
$content .= "The message is:\n";
$content .= "$message\n";
mail($companyTo, $subject1, $content, "From:$email\r\nReply-to:$email");
}
function Acknowledge($name){
print "
Thanks, $name. Your message has been sent.
";
}
?>
Chaplain's Cell Phone
408-605-1687
Chaplain's Home Phone
408-451-9310
chaplain@sjspirit.org
The SJSPIRIT Office is located in
Grace Church
484 E. San Fernando Ave @ South Tenth Street
Second Floor
San Jose, CA 95112
We are on the East Side of Campus across from the University maintenance yard.
Enter through the parking lot on South Tenth Street or through the door on San Fernando Ave.
Do not enter through the Community Center.