Become a Friend of KHS

Cash, simply pass the money along to the appropriate person, and the admin will log you as having paid when they next see you!

“;
}
else if ($_POST[‘payment’] == “Cheque”)
{
echo ”

Thank you for becomming a Friend of Killamarsh!

“;
echo ”

As you have chosen to pay by Cheque, please fill out a cheque for your chosen donation amount, and send it to:

“;
echo ““;
echo “
15 Manor Road”;
echo “Killamarsh”;
echo “Sheffield”;
echo “S21 1BU”;
echo “Please make cheques payable to Killamarsh Heritage Society”;
echo ““;
echo “Once your donation has been received, your details will be cleared as having paid!”;
}
else if ($_POST[‘payment’] == “Paypal”)
{
echo “Thank you for becomming a Friend of Killamarsh!”;
echo “As you have chosen to pay by Paypal, please use the Paypal button to donate below, remembering to donate a minimum of £5.”;
?>

“;
}

$sql = “INSERT INTO
friends_of_killamarsh
(
title,
first_name,
last_name,
occupation,
address,
postcode,
telephone,
mobile,
email,
payment,
findout,
date
)
VALUES
(

‘”.$_POST[‘title’].”‘,
‘”.$_POST[‘firstname’].”‘,
‘”.$_POST[‘lastname’].”‘,
‘”.$_POST[‘occupation’].”‘,
‘”.$_POST[‘address’].”‘,
‘”.$_POST[‘postcode’].”‘,
‘”.$_POST[‘telephone’].”‘,
‘”.$_POST[‘mobile’].”‘,
‘”.$_POST[’email’].”‘,
‘”.$_POST[‘payment’].”‘,
‘”.$_POST[‘findout’].”‘,
NOW()

)”;
mysql_query($sql);

}

}

echo ”

Become a Friend of Killamarsh today! For a donation of only £5 or more, you get the satisfaction of knowing you’re providing towards the memory of Killamarsh, from its past to its future!

“;
echo “

” . $_SESSION[‘error’] . “

“;
unset ($_SESSION[‘error’]);

?>

Title: Occupation:
First name: Last name:
Address: Post Code:
Telephone: Mobile:
Email: How did you find us?:
Payment Type

Leave a Reply

Your email address will not be published. Required fields are marked *