Registration Form
if (isset($_POST['name'])) {
$host = 'localhost';
$user = 'wwwwpcf';
$pass = 'bdruk';
$dbconn = mysql_connect($host, $user, $pass) or die('Error connecting to database. Information NOT submitted.');
mysql_select_db('wpcf');
function addAppo($str) { return "'" . $str . "'"; }
// $query = 'INSERT INTO registration (name, title, inst, country, e-mail, arrival, departure, hotel, vegetarian) VALUES ("'.$POST['name'].'","'.$POST['title'].'", "'.$POST['inst'].'", "'.$POST['country'].'", "'.($POST['email'].'", "'.$POST['arrival'].'", "'.$POST['departure'].'", "'.$POST['hotel'].'", "'.$POST['vegetarian'].'")';
$query = 'INSERT INTO registration (name, title, inst, country, email, arrival, departure, hotel, vegetarian) VALUES ( ';
$query .= addAppo($HTTP_POST_VARS['name']) . ",";
$query .= addAppo($HTTP_POST_VARS['title']) . ", ";
$query .= addAppo($HTTP_POST_VARS['inst']) . ", ";
$query .= addAppo($HTTP_POST_VARS['country']) . ", ";
$query .= addAppo($HTTP_POST_VARS['email']) . ", ";
$query .= addAppo($HTTP_POST_VARS['arrival']) . ", ";
$query .= addAppo($HTTP_POST_VARS['departure']) . ", ";
$query .= addAppo($HTTP_POST_VARS['hotel']) . ", ";
$query .= addAppo($HTTP_POST_VARS['vegetarian']) . ") ";
mysql_query($query) or die('Error inserting data. Information NOT submitted.');
mysql_close($dbconn);
?>
Information submitted.
Thank you for your registration.
The conference fee may be paid by the bank transfer
street address of bank to which the payment is to be made:
ul. Dunajewskiego 8, 31-133 Kraków, Poland
bank name: Bank Pekao S.A.
SWIFT Code of bank: PKOPPLPW
account number: PL 02 1240 4722 1111 0000 4849 7314
amount to be paid: 350 Euro
} else {
?>
Only for those who obtained and accepted the invitation to
participate in WPCF 2008
The hotel reservations will be done on the "first come, first served" basis.
The conference fee may be paid by the bank transfer
account owner: Polska Akademia Umiejetnosci
address: ul. Slawkowska 17, 31-016 Krakow, Poland
street address of bank to which the payment is to be made:
ul. Dunajewskiego 8, 31-133 Kraków, Poland
bank name: Bank Pekao S.A.
SWIFT Code of bank: PKOPPLPW
account number: PL 02 1240 4722 1111 0000 4849 7314
amount to be paid: 350 Euro
}
?>
|
|
initial conditions
hydrodynamic evolution
freeze-out
identical particle correlations
non-identical particle correlations
imaging
event-by-event fluctuations
correlations, EoS, transport and other topics
|
|