|
""){
/* Performing SQL query */
$query = "insert into fusionlist (name, scoutname, mobile, email, emailalert, smsalert, password, happy) values ( '" .$HTTP_POST_VARS['name']. "' , '" .$HTTP_POST_VARS['scoutname']. "' ,'" .$HTTP_POST_VARS['mobile']. "' ,'" .$HTTP_POST_VARS['email']. "' ,'" .$HTTP_POST_VARS['emailalert']. "' ,'" .$HTTP_POST_VARS['smsalert']. "' ,'" .$HTTP_POST_VARS['password']. "' ,'" .$HTTP_POST_VARS['happy']. "' )";
$result = mysql_query($query) or die("Query failed : " . mysql_error());
echo "Your details have now been submitted for approval. ";
}else{
?>
Just fill in the form below to subscribe to the
relevant services.
Help on the fusion
service can be found in our Frequently Asked Questions.
Important!
When you have completed the form below and
submitted it, if you have been approved you will recieve your
first email or text in the next week.
This service is only available to members of the
1st Stotfold Ridgway Scout Troop.
We will ignore all
submissions with names
not belonging to Stotfold Scouts or their
parent/guardian.
Items marked with (*)
are required.
Complete the form to subscribe*
After clicking 'submit query' your details will
be added. Your application will need to be approved
and you will be notified within the week.
}
?>
|