On-line registration

We are fully booked now and we can't accept any more registrations. Thank you for understanding. We are looking forward to meet you next year.

When

Friday - Sunday
February 4 - 6, 2011

Where

Hotel Centro

Hotel Centro
Husova 8, 693 01 Hustopeče

www.centro.cz

GPS:
48°56'29.494"N, 16°44'9.696"E

Hotel Centro Map

Find on map:
Google Maps, Mapy.cz

IsSendmail(); // telling the class to use SendMail transport try { $mail->AddAddress('techmeeting@alvin.cz', 'TECHMEETING 2011'); $mail->SetFrom($_POST['email'], $_POST['jmeno']); $mail->Subject = 'Přihláška na Techmeeting 2011'; $mail->Body = $msg; $mail->CharSet = "utf-8"; $mail->Send(); $odeslano = 1; } catch (phpmailerException $e) { $odeslano = 0; $chyba = "An error occured while sending your registration: ".$e->errorMessage(); //Pretty error messages from PHPMailer } catch (Exception $e) { $odeslano = 0; $chyba = "An error occured while sending your registration: ".$e->getMessage(); //Boring error messages from anything else! } } ?>