forget it. I make a regex in my php-script to get the Parameter. Here the code if somebody need that:
Code: Select all
if ( preg_match_all('/([^\&^\?]+)\=([^\&^\?]+)/', $_SERVER['REQUEST_URI'], $out) )

Sunny Greetings...
Code: Select all
if ( preg_match_all('/([^\&^\?]+)\=([^\&^\?]+)/', $_SERVER['REQUEST_URI'], $out) )