Hi,
hab folgenden Code:
Doch das includen funktioniert nicht so. Wer kann mir helfen?
MfG
hab folgenden Code:
PHP:
<head>
<style type="text/css">
a:link { font-weight:bold; color:white; text-decoration:none; }
a:visited { font-weight:bold; color:silver; text-decoration:none; }
a:focus { font-weight:bold; color:green; text-decoration:underline; }
a:hover { font-weight:bold; color:green; text-decoration:none; }
a:active { font-weight:bold; color:silver; text-decoration:underline; }
</style>
</head>
<table>
<tr width="100%">
<td bgcolor="blue" width="90%"><a href="included toolbar und index II.php?seite='index II.php'">Home</a></td>
<td width="100%" bgcolor="blue" >
<?php
if ( $_SESSION['eingeloggt'] == TRUE )
{
echo $benutzername;
}
if ( $_SESSION['eingeloggt'] != TRUE )
{
echo "<a href='included toolbar und index II.php?seite="neu_loginform.php"'>Login</a> <a href='included toolbar und index II.php?registration.php'>Registration</a>";
}
?>
</td>
</tr>
</table>
Doch das includen funktioniert nicht so. Wer kann mir helfen?
MfG