 |
|
Dealer Registration
For dealers who are interested in selling our products.
|
| |
include 'php/kontakt.php';
if (!$hideForm) {
$countryOptions = array();
$query = "SELECT id,name FROM opt_country ORDER BY name";
$rs = $conn->Execute($query);
if (!$rs) $_SESSION['debugMessage'] .= $query.' '.nl2br($conn->ErrorMsg()).' ';
if ($rs AND !$rs->EOF) {
while (!$rs->EOF) {
$countryOptions[$rs->fields['id']] = $rs->fields['name'];
$rs->MoveNext();
}
}
?>
Login:
Please fill in your eMail address and your password.
| |
Privacy and Data Protection:
We take the security of personal information such as Name, Telephone Number, Address and Email details very seriously. We will use this information to answer your questions, provide product literature, and deliver products that you have ordered. The use of personal information complies with the Data Protection Legislation especially in the area of Telesales and Media service provision. You have the right to refuse the use of personal material if you wish. Your personal information will not be disclosed to third parties under any circumstances.
|
|