Thread Benutzer rechte (1 answers)
Opened by nour at 2007-08-24 15:57

nour
 2007-08-24 15:57
#98614 #98614
User since
2006-11-15
108 Artikel
BenutzerIn
[default_avatar]
Guten Tag,

auf eine Erste Html Seite habe ich einen Link der Auf einer zweite verweist.

dieses Link bietet der Benutzer die Möglichkeit tabellen zu ändern.

Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/transitional.dtd">



<html>

<head>

<tr>
<td colspan = '2'class='adtnl_functions'>[ <a target='_self' href='admin.php?<?php echo $topic; ?>'>Eingabe von neuen Datens&auml;tzen</a> ]</td>

</tr>


</body>


</html>



beim ankliken des links wird erst eine seite gerufen in dem Muss sich der BEnutzer einloggen ( nich jeder user hat änderungs Rechte).




Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/transitional.dtd">



<html>

<head>


<div id = "intro">

<form method="post" action="users.php" enctype = "application/x-www-form-urlencoded">
<table class='logged'>
<tr>
<td class="pw_un_title">Benutzername:</td>
</tr>
<tr>
<td class="pw_un"><input size="23" type="text" name="uname"></input></td>
</tr>
<tr>
<td class="pw_un_title">Passwort:</td>
</tr>
<tr>
<td class="pw_un"><input size="23" type="password" name="pword"></input></td>
</tr>
<tr>
<td class="pw_un"><input type="submit" name="ok" value="login"></input></td>
</tr>
</table>
</form>

</div>


</html>


Nach dem der Benutzer sich eingeloggt ,will ich das automatich die Seite ,auf die Tabelle gändert wird gerufen!!!

Kann mich jemand helfen?

Danke im voraus!

edit pq: code-tags repariert.

View full thread Benutzer rechte