maxi-koch-de
Mitglied
Hallo ich arbeite an einem blog!
Das login/regestrirungs script ist fertig!
Problem:
ich will einen Teil des menüs schützen? Wie Bekomme ich das hin?
dan will ich das admins auf /artikel/schreiben.php kommen (link soll nur für Admins sicht bar sein)
das war es Erstmal!
Danke schon mal
PS:
global.php
Das login/regestrirungs script ist fertig!
Problem:
ich will einen Teil des menüs schützen? Wie Bekomme ich das hin?
dan will ich das admins auf /artikel/schreiben.php kommen (link soll nur für Admins sicht bar sein)
das war es Erstmal!
Danke schon mal
PS:
global.php
PHP:
<html>
<head>
<title>Alen Blog</title>
<style type="text/css">
body {
background-color:#EEEEEE;
font-family:Arial;
font-size:10pt;
color:#000000;
}
table {
background-color:#CCCCCC;
font-family:Arial;
font-size:10pt;
color:#000000;
}
#navigation {
border-right:1px dotted #800;
margin-right:6px;
}
#header {
background-color:#a2a2a2;
}
#navigation a {
font-family:Arial;
font-size:10pt;
color:#000000;
text-decoration:no;
}
#navigation a:hover {
text-decoration:underline;
text-size:20pt;
color:#FFFF00;
}
#content {
background-color:#a2a2a2;
}
#content a {
font-family:Arial;
font-size:10pt;
color:#000000;
text-decoration:no;
}
#content a:hover {
text-decoration:underline;
text-size:20pt;
color:#FFFF00;
}
</style>
</head>
<body>
<table border="0" cellspacing="3" cellpadding="3" align="center" width="700">
<tr>
<td id="header" align="right" valign="bottom" colspan="2">
<h2>Mein Blog </h2></td>
</tr>
<tr>
<td id="navigation" align="left" valign="left" width="135">
<a href="index.php">Startseite</a><br>
<a href="news.php">News</a><br>
<a href="login.php">Login</a>
<--! Hier will ich Geschützte Links -->
</td>
<td id="content" align="left" valign="top">