Hallo !
Ich suche seit wochen nach einer Möglichkeit für folgendes:
Wenn ich folgendes Url aufrufe:
http://www.meine-Domain.de/?test=Hallo
Das dann z.b. auf der Startseite irgendwo Hallo ausgegeben wird.
z.b. über die index.php indem ich dort etwas in form von
[COLOR=#007700][FONT=monospace]
if (isset([/FONT][/COLOR][COLOR=#0000BB][FONT=monospace][COLOR=#417394]$_GET[/COLOR][/FONT][/COLOR][COLOR=#007700][FONT=monospace][[/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"test"[/FONT][/COLOR][COLOR=#007700][FONT=monospace]])){
echo"hallo;
}
Aber warum ist das nich möglich ?
Kennt für sowas vielleicht jemand ein Plugin ?[/FONT][/COLOR]