Links mit Parametern
rofl
- php
0 wahsaga
halllo,
ich hab schon überall geguckt aber ich finde irgendwie nicht das was ich suche.
Ich will anstatt das ich Links habe wie
<a href="fun1.php">Fun</a>
<a href="fun2.php">Fun</a>
<a href="fun3.html">Fun</a>
u.s.w.
lieber...
<a href="fun.php?=fun1">Fun</a>
<a href="fun.php?=fun2">Fun</a>
<a href="fun.php?=fun3">Fun</a>
u.s.w.
haben. Wie geht das? Also das ich hinter fun.php einen Paramter stelle der mich zum nächsten Link führt.
Danke.
r0fl
hi,
Wie geht das? Also das ich hinter fun.php einen Paramter stelle der mich zum nächsten Link führt.
http://tut.php-q.net/get.html
http://tut.php-q.net/frames.html
gruß,
wahsaga