Inscription

Assemblee des clubs d'Haiti

Leogane nou prale

[insert_php]

//================================================
if (!empty($_POST)){
//connect to mySQL
$myConn = new mysqli(‘localhost’,’rotaryg0_WP3X6′,’fhuDwoGPfUEyJPAqy’,’rotaryg0_WP3X6′);

// check the connection
if ($mysqli->connect_error){
// die(‘Connect Error:’ . $ $myConn->connect_errno. ‘: ‘ . $ $myConn->connect_error);
die(‘Connect Error: Check your user name or password ‘);
}

$Nom = mysqli_real_escape_string( $myConn, $_POST[‘Nom’]);
$Prenom = mysqli_real_escape_string( $myConn, $_POST[‘Prenom’]);
$Surnom = mysqli_real_escape_string( $myConn, $_POST[‘Surnom’]);
$Email = mysqli_real_escape_string( $myConn, $_POST[‘Email’]);
$Comments = mysqli_real_escape_string( $myConn, $_POST[‘Comments’]);
$Phone = mysqli_real_escape_string( $myConn, $_POST[‘Phone’]);
$NomContact = mysqli_real_escape_string( $myConn, $_POST[‘NomContact’]);
$PrenomContact = mysqli_real_escape_string( $myConn, $_POST[‘PrenomContact’]);
$Relation = mysqli_real_escape_string( $myConn, $_POST[‘Relation’]);
$RestrictionAliment = mysqli_real_escape_string( $myConn, $_POST[‘RestrictionAliment’]);
$SpecialNeeds = mysqli_real_escape_string( $myConn, $_POST[‘SpecialNeeds’]);
$PhoneContact = mysqli_real_escape_string( $myConn, $_POST[‘PhoneContact’]);
$NomClub = mysqli_real_escape_string( $myConn, $_POST[‘NomClub’]);
$Pays = mysqli_real_escape_string( $myConn, $_POST[‘Pays’]);
$Dept = mysqli_real_escape_string( $myConn, $_POST[‘Dept’]);
$Fonction = mysqli_real_escape_string( $myConn, $_POST[‘Fonction’]);
$EmailContact = mysqli_real_escape_string( $myConn, $_POST[‘EmailContact’]);

// Insert the data
$sql = “INSERT INTO zAss30LeoHai(Nom, Prenom, Surnom, Email, Comments, Phone, NomContact, PrenomContact, Relation, RestrictionAliment, SpecialNeeds, PhoneContact, NomClub,Pays,Dept,Fonction, EmailContact) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?);”;

$stmt = mysqli_stmt_init($myConn);

//Print response from INSERT Statement
if (!mysqli_stmt_prepare($stmt, $sql)){
die(‘Connect Error:’ . $myConn->errno. ‘: ‘ . $myConn->error);
} else {
mysqli_stmt_bind_param($stmt, “sssssssssssssssss”, $Nom, $Prenom, $Surnom, $Email, $Comments, $Phone, $NomContact, $PrenomContact, $Relation, $RestrictionAliment, $SpecialNeeds, $PhoneContact, $NomClub, $Pays,$Dept, $Fonction,$EmailContact);
mysqli_stmt_execute($stmt);
echo “Data Saved”;
}

//Close the connection
$myConn->close();

$favlang = $_POST[‘language’];

//==================

switch ($favlang) {
case “Creole”:
//echo “Your favorite languade is creole!”;
$to = $_POST[‘Email’]; // note the comma
// Subject

$subject = “Hi $Prenom, Mesi pou inskripsyon ou pou 30eme asanble club Ayiti yo.”;

// Message
$message = ‘

Mesi pou inskripsyon ou pou 30eme asanble club Ayiti yo

Rotarien,

Bienveni nan 30eme Asanble Cleb Ayiti yo.

Nou paka tan pou nou we ou nan ville Leogane nan mwa Mas kap vini an.

Mwen se yon manb ekip kap organize rankont sa, e map profite di ou ke nan semen kap vini yo mwen pral voye kek lot infomasyon impotan pou ou konsenan asanble a.
br>

Pandan tan sa, ou ka gade ou byen desann program aktivite yo la
Download program ak calendrye

ou byen
1. Ou ka rete an kontak avek nou pou konn sa kap fet sou web site nou an
2. Ou ka gade ki Otel kap diponib pou nou.
3. Aprann konnen vil Leogane nan.
3. Di zanmi nou ke nap Leogane pou mwa Mas la.
4. Swiv nou sou Facebook and Twitter.

Mesi anpil,
Komite a

509.3294.7689

‘;

// To send HTML mail, the Content-type header must be set
$headers[] = ‘MIME-Version: 1.0’;
$headers[] = ‘Content-type: text/html; charset=iso-8859-1’;

// Additional headers
//$headers .= ‘To: Mary , Kelly ‘ . “\r\n”;
//$headers .= ‘From: Birthday Reminder ‘ . “\r\n”;
//$headers .= ‘Cc: birthdayarchive@example.com’ . “\r\n”;
//$headers .= ‘Bcc: birthdaycheck@example.com’ . “\r\n”;

// Mail it
mail($to, $subject, $message, implode(“\r\n”, $headers));
//mail(‘9089867167@mymetropcs.com’, ”, “This is a test\nNew Line …”, $headers);
//==================
break;
case “Francais”:
//echo “Your favorite language is French!”;

$to = $_POST[‘Email’]; // note the comma

// Subject
//$subject = ‘Merci d avoir penser a Nous’;
$subject = “Hi $Prenom, Merci d’avoir penser a nous.”;
// Message
$message = ‘

Merci d avoir penser a nous


Rotarien,

Bienveni nan 30eme Asanble Cleb Ayiti yo.

Nou paka tan pou nou we ou nan ville Leogane nan mwa Mas kap vini an.

Mwen se yon manb ekip kap organize rankont sa, e map profite di ou ke nan semen kap vini yo mwen pral voye kek lot infomasyon impotan pou ou konsenan asanble a.
br>

Pandan tan sa, ou ka gade ou byen desann program aktivite yo la
Download program ak calendrye

ou byen
1. Ou ka rete an kontak avek nou pou konn sa kap fet sou web site nou an
2. Ou ka gade ki Otel kap diponib pou nou.
3. Aprann konnen vil Leogane nan.
3. Di zanmi nou ke nap Leogane pou mwa Mas la.
4. Swiv nou sou Facebook and Twitter.

Mesi anpil,
Komite a

509.3294.7689

‘;

// To send HTML mail, the Content-type header must be set
$headers[] = ‘MIME-Version: 1.0’;
$headers[] = ‘Content-type: text/html; charset=iso-8859-1’;

// Additional headers
//$headers .= ‘To: Mary , Kelly ‘ . “\r\n”;
//$headers .= ‘From: Birthday Reminder ‘ . “\r\n”;
//$headers .= ‘Cc: birthdayarchive@example.com’ . “\r\n”;
//$headers .= ‘Bcc: birthdaycheck@example.com’ . “\r\n”;

// Mail it
mail($to, $subject, $message, implode(“\r\n”, $headers));
//mail(‘9089867167@mymetropcs.com’, ”, “This is a test\nNew Line …”, $headers);
//==================
break;
case “English”:
//echo “Your favorite language is English!”;
//===========
$to = $_POST[‘Email’]; // note the comma

// Subject
//$subject = ‘Thank you for your comments’;
$subject = “Hi $Prenom, Thank you for your comments.”;
// Message
$message = ‘

Thank you for your comments


Dear friend,

Welcome to the 30eme Assemblee des Club d Haiti

Welcome to the 30eme Assemblee des Club d Haiti
We cant wait to see you in Leoganethis coming March

I m a member of our attendee support team, and I ll be sending you some useful information about the event over the coming weeks. In the meantime you can download our program or find more using the following links.

1. You can stay with the Event network by booking one of our hotels.
2. Learn more about Leogane
3. Tell your friends you are attending.
4. Follow us on Facebook and Twitter.

5. If you have any questions, you can contact Catinat Pierre-Paul at catou15@gmail.com or 3294.7689

Thank you,
Le Comite

509.3294.7689

‘;

// To send HTML mail, the Content-type header must be set
$headers[] = ‘MIME-Version: 1.0’;
$headers[] = ‘Content-type: text/html; charset=iso-8859-1’;

// Additional headers
//$headers .= ‘To: Mary , Kelly ‘ . “\r\n”;
//$headers .= ‘From: Birthday Reminder ‘ . “\r\n”;
//$headers .= ‘Cc: birthdayarchive@example.com’ . “\r\n”;
//$headers .= ‘Bcc: birthdaycheck@example.com’ . “\r\n”;

// Mail it
mail($to, $subject, $message, implode(“\r\n”, $headers));
//mail(‘9089867167@mymetropcs.com’, ”, “This is a test\nNew Line …”, $headers);
//==================
//===========
break;
default:
$to = $_POST[‘Email’]; // note the comma

// Subject
$subject = ‘Thank you for your comments’;

// Message
$message = ‘

Thank you for your comments


Dear friend,

Thank You for contacting us. We will be in touch with you shortly.
Your comments are important to us.
Please feel free to return to our web site any time.

We have received your message and would like to thank you for writing to us.
If your inquiry is urgent, please use the telephone number listed below to talk to one of our staff members.
Otherwise, we will reply by email as soon as possible.

Thank you,
Le Comite

509.3294.7689

‘;

// To send HTML mail, the Content-type header must be set
$headers[] = ‘MIME-Version: 1.0’;
$headers[] = ‘Content-type: text/html; charset=iso-8859-1’;

// Additional headers
//$headers .= ‘To: Mary , Kelly ‘ . “\r\n”;
$headers .= ‘From: Administration ‘ . “\r\n”;
//$headers .= ‘Cc: birthdayarchive@example.com’ . “\r\n”;
//$headers .= ‘Bcc: birthdaycheck@example.com’ . “\r\n”;

// Mail it
mail($to, $subject, $message, implode(“\r\n”, $headers));
//mail(‘9089867167@mymetropcs.com’, ”, “This is a test\nNew Line …”, $headers);
//==================
}

}

[/insert_php]

Prenom:

Nom:

Surnom:

Telephone:54>
Email Addresse:

Fonction:

Nom Club:54>
Pays:

Departement:

Ville:

Prenom Contact:

Nom Contact:

Relation:

Telephone Contact:54>
Email Contact:54>
Restriction Aliments:

Hebergement:

Langue:


Creole

Francais

English


Espagnol

Commentaires:



Le Rotary Club de Leogane
Harawak Hotel
810, Rue l’Hopital
Leogane, Haiti