Hallo Johannes,
[...] ?typ=show [...]
Bei mir klappt das nicht! Bewirkt das, wenn es funtkioniert, das "show" in der Variable "typ" gespeichert ist?
Nein, das bewirkt, das 'typ=show' in einer Umgebungsvariable gespeichert wird: $ENV{'QUERY_STRING'}.
Wie Du daraus eine Variable machst bleibt Dir überlassen (aber am einfachsten ist es mit CGI.pm ;-)
z.B.:
use CGI;
$q = new CGI;
$typ = $q->param('typ');
In PHP ist es afaik allerdings so, wie Du sagst. Es wird eine Variable $typ mit dem Wert 'show' erzeugt.
Gruß AlexBausW
Please visit my SELFvisitingcard @ http://www.atomic-eggs.com/selfspezial/daten/150.html