Hallo,
also folgende Fehlermeldung. Wenn ich in den Zeilen, wo es um den HTML Teil geht, das einsetzte <a href="../protect/verzeichniss.htm">
bekomme ich folgende Fehlermeldung : Parse error: parse error in c:\apache\htdocs\secure2\pass.php on line 27
_________________abgeädertes Script Abschnitt_______________
<html>
<head>
<title>Login</title>
</head>
<body bgcolor="#000080">
<font face="Verdana" size="2" color="#ffffff">
<b><a href="../protect/verzeichniss.htm">Willkommen !</b>
</font>
</body>
</html>
____________________________________________________________
________________orginal Script Abschnitt____________________
<html>
<head>
<title>Login</title>
</head>
<body bgcolor="#000080">
<font face="Verdana" size="2" color="#ffffff">
<b>Willkommen !</b>
</font>
</body>
</html>
____________________________________________________________
Danke
Andreas