Code: Alles auswählen
<?php
$country = $_POST['country'];
$country = (int) $country;
if($country == 8) {
header('Location: http://http://www.ebay.com/');
}
if($country == 2) {
header('Location: http://http://www.ebay.fr/');
else {
header('Location: http://http://www.ebay.de/');
}
?>
Die Seite mit der Weiterleitung enthält nur das Modul, also keinen HTML-Code.
Hat jemand eine Idee? Über Hilfe würde ich mich freuen.
Gruß farina