Download the abstract template file
[insert_php]
ob_start();
//$captcha_instance = new ReallySimpleCaptcha();
// Change the background color of CAPTCHA image to black
//$captcha_instance->bg = array( 0, 0, 0 );
//$word = $captcha_instance->generate_random_word();
//$prefix = mt_rand();
//$captcha_instance->generate_image( $prefix, $word );
//$correct = $captcha_instance->check( $prefix, $the_answer_from_respondent );
// ==============================================================================================
if(isset($_POST[’rejestracja’])):
// ==============================================================================================
// wysylanie maila do organizatora
//
$adminmail=”wfj@kft.umcs.lublin.pl”;
$sbjct=”[REJESTRACJA 2019] „.$_POST[’nazwisko’];
$msg=
„osoba: „.$_POST[’imie’].” „.$_POST[’nazwisko’].”\n”.
„plec: „.$_POST[’sex’].”\n”.
„instytucja: „.$_POST[’affiliation’].”\n”.
„adres: „.$_POST[’address’].”, „.$_POST[’postcode’].” „.$_POST[’city’].”, „.$_POST[’country’].”\n”.
„email: „.$_POST[’email’].”\n”.
„\n”.
„tytul: „.$_POST[’title’].”\n”.
„prezentacja: „.$_POST[’contrib’].
„\n”.
„inne: „.$_POST[’singleroom’].”, „.$_POST[’varia2′].”, „.$_POST[’other’].
„\n”.
„przyjazd/wyjazd: „.$_POST[’arrival’].”/ „.$_POST[’departure’].
„\n”.
„towarzyszaca: „.$_POST[’accompanying’].”, „.$_POST[’nameaccomp’].
„\n”.
„vat: „.$_POST[’vatcompany’].”, „.$_POST[’vatstreet’].”, „.$_POST[’vatpcode’].”, „.$_POST[’vatcity’].”, „.$_POST[’vatcountry’].”, „.$_POST[’vatnumber’];
// ==============================================================================================
mail($adminmail,$sbjct,$msg,”From: wfj@kft.umcs.lublin.pl”);
// ==============================================================================================
//
// ==============================================================================================
// wysylanie maila do zglaszajacego sie
//
$sbjct2=”[NPW 2019] Confirmation of registration”;
$msg2=
„You have successfully registered to the conference. \nWe have received the following information \n\n”.
„Name: „.$_POST[’sex’].” „.$_POST[’imie’].” „.$_POST[’nazwisko’].”\n”.
„Affiliation: „.$_POST[’affiliation’].”\n”.
„Address: „.$_POST[’address’].”, „.$_POST[’postcode’].” „.$_POST[’city’].”, „.$_POST[’country’].”\n”.
„Email: „.$_POST[’email’].”\n”.
„\n”.
„Title: „.$_POST[’title’].”\n”.
„Presentation type: „.$_POST[’contrib’].”\n”.
„Room type: „.$_POST[’singleroom’].”\n”.
„Other: „.$_POST[’varia2′].”, „.$_POST[’other’].”\n”.
„Arrival/Departure: „.$_POST[’arrival’].”/ „.$_POST[’departure’].”\n”.
„Accompanying person: „.$_POST[’accompanying’].”, „.$_POST[’nameaccomp’].
„\n”.
„Invoice data: „.$_POST[’vatcompany’].”, „.$_POST[’vatstreet’].”, „.$_POST[’vatpcode’].”, „.$_POST[’vatcity’].”, „.$_POST[’vatcountry’].”, „.$_POST[’vatnumber’];
// ==============================================================================================
mail($_POST[’email’],$sbjct2,$msg2,”From: wfj@kft.umcs.lublin.pl”);
// ==============================================================================================
//
// ==============================================================================================
// zapis danych w pliku
//
$lista=fopen(„/home/wfj/public_html/REGISTRATION_2018.dat”,”a”);
$wpis=$_POST[’sex’].”;”
.$_POST[’imie’].”;”
.$_POST[’nazwisko’].”;”
.$_POST[’email’].”;”
.$_POST[’affiliation’].”;”
.$_POST[’address’].”;”
.$_POST[’postcode’].”;”
.$_POST[’city’].”;”
.$_POST[’country’].”;”
.$_POST[’title’].”;”
.$_POST[’contrib’].”;”
.$_POST[’singleroom’].”;”
.$_POST[’varia2′].”;”
.$_POST[’other’].”;”
.$_POST[’arrival’].”;”
.$_POST[’departure’].”;”
.$_POST[’accompanying’].”;”
.$_POST[’nameaccomp’].”;”
.$_POST[’vatcompany’].”;”
.$_POST[’vatstreet’].”;”
.$_POST[’vatpcode’].”;”
.$_POST[’vatcity’].”;”
.$_POST[’vatcountry’].”;”
.$_POST[’vatnumber’].”\n”;
// ==============================================================================================
fwrite($lista, $wpis);
// ==============================================================================================
fclose($lista);
//
//==============================================================================================
// przejscie na strone potwierdzenia
//
echo „”;
// przekierowanie przy pomocy instrukcji echo ponizej
// echo „”;
// echo „”;
// nie przelaczac na tryb wizualny bo znika!!!
//echo „”;
//echo „”;
//echo „”;
//echo (’B’);
endif;
//
// ==============================================================================================
// czyszczenie tablicy POST na wypadek recznego przeladowania strony bez wyslania formularza
//
// Ma byc tak:
// method=”POST”
$_POST = array();
[/insert_php]
<!–*–> | Mr. Miss/Mrs. |
First name <!–*–> | |
Surname <!–*–> | |
Affiliation <!–*–> | |
Address <!–*–> | |
City <!–*–> | |
Post code <!–*–> | |
Country <!–*–> | |
E-mail <!–*–> | |
Preferred form of contribution | talk poster none |
Title of contribution | |
Special requests | vegetarian |
Room type | single double |
Arrival (fill if later than Tuesday 24th September) |
|
Departure (fill if earlier than Sunday 29th September) |
|
Accompanying person | yes no |
Name of accompanying person |
Fill below if your institution requires specific data on the VAT invoice:
Institution | |
Street | |
Postal code | |
City | |
Country | |
VAT identification number |