function get_country($id) {
$q_country = "SELECT countries FROM countries WHERE id = '$id'";
$r_country = mysql_query($q_country);
return mysql_result($r_country,0);
}
if ($_POST) {
foreach ($_POST as $p_key=>$p_val) {
$$p_key = htmlentities($p_val,ENT_QUOTES);
}
if (!$name) {
$err[name] = "Required Field: You must enter your name.";
}
else {
$a_name = split(" ",$name);
if (count($a_name) < 2) {
$err[name] = "Required Field: Please enter your full name.";
}
}
if (!$address) {
$err[address] = "Required Field: You must enter your address.";
}
if (!$city) {
$err[city] = "Required Field: You must enter your city.";
}
if (!$zip) {
$err[zip] = "Required Field: You must enter your zip/postal code.";
}
if (!$country) {
$err[country] = "Required Field: You must enter your country.";
}
if (!$phone) {
$err[phone] = "Required Field: You must enter your phone number.";
}
if (!$email) {
$err[email] = "Required Field: You must enter your email address.";
} else {
$find = ".+\@.+\..+";
$v_email = ereg($find, $email, $matches);
if (!$v_email)
$err[email] = "Required Field: Please enter a valid email address.";
}
if (!$assistance) {
$err[assistance] = "Please specify whether or not you need financial assistance.";
} elseif ($assistance == "yes" && (!$amount || !$purpose)) {
$err[assistance_details] = "Since you are applying for financial assistance, please specify how much money you need and for what purpose you need it.";
}
if (!$lodging) {
$err[lodging] = "Please specify whether or not you need assistance with finding lodging.";
} elseif ($lodging == "yes" && !$lodging_detail) {
$err[lodging_detail] = "Since you are requesting help with lodging, please indicate the dates and number of people in your party needing lodging.";
}
if (count($err) > 0) {
// format error codes
foreach ($err as $err_key=>$err_val) {
$err[$err_key] = "$err_val
";
}
$m = "
Registration Failed
One or more errors were found in your submission. Please fix them below and re-submit the form.
|
||
|
||
Participants Registration echo "$m"; ?>You can register for the Chornobyl+20: Remembrance for the Future conference here. The conference will take place April 23-25 at the House of the Teacher in Kyiv, Ukraine. The conference fee is 50 Euros, which includes lunch on April 24 and 25. Accommodations are separate. Lodging in Kyiv generally runs anywhere from 30 to 300 Euros per night, depending on the venue. We can assist you with finding suitable lodging if needed. Dinners can range from about 4 Euros in popular cafeterias to the stratosphere, depending on your tastes. A limited amount of financial assistance is available for conference attendees, especially from Eastern Europe/NIS countries and developing countries. If you are applying for financial assistance, please indicate so, how much assistance you would need, and what the assistance would be for. If you are ready to register and pay conference fee now with you credit card through secure server click here: Register here If you are not ready to pay yet, but want to pre-register for conference and pay later, or pay other way than credit card, please fill in the form below:
|
||
|