Auswahl nach Fahrer

[insert_php]
$sprache = $_GET[’sp‘];
if (empty($sprache)) { $sprache = „D“; }
$_SESSION[’sprache‘] = $sprache;

if ($sprache == „D“)
{
echo „Hier kannst du nach Namen suchen. Es wird immer in Vor und Nachname gesucht. Groß und Kleinschreibung wird nicht unterschieden.
z.Bsp. Suchbegriff = kla es wird sowohl Klaus als Vorname gefunden wie auch z.Bsp. Klatovsky als Nachname. „;
echo „Gebe mindestens 3 Buchstaben des Vor- oder Nachnamen ein :“;
}
else
{
echo „Here you can search by name. There will always be sought in first and last name. Large and small letters are not distinguished.
Search with = kla it is found both as a first name like Klaus and Klatovsky as a surname. „;
echo „
„;
echo „Give at least 3 letters of the first or last name :“;
}
[/insert_php]

[insert_php]
if ($sprache == „D“)
{
echo ‚

‚;
echo ‚‚;
echo ‚‚;
echo ‚‚;
echo „
„;

echo „Hier kannst du einfach den Anfangsbuchstaben des Nachnamen auswählen.“;
echo „
„;
echo „Nachname des Bahnsportlers beginnt mit :“;
echo „

„;
}
else
{
echo ‚

‚;
echo ‚‚;
echo ‚‚;
echo ‚‚;
echo „
„;

echo „Here you can simply select the first letter of surname.“;
echo „
„;
echo „Riders last name begins with :“;
echo „

„;
}
[/insert_php]
[insert_php]
if ($sprache == „D“)
{
echo ‚A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

‚;
echo „

„;
}
else
{
echo ‚A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

‚;
echo „

„;
}
[/insert_php]

Kommentare sind geschlossen.