<br><font size=2 face="sans-serif">Hi,</font>
<br><font size=2 face="sans-serif">thx for your work!</font>
<br>
<br><font size=2 face="sans-serif">But on your solution there is one Problem,
becouse it only work if you have only 1 variable to send in most of this
scripts i used more. I have used this solution without cut, awk, grep i
hope it works. You can download it heer:</font>
<br>
<br><font size=2 face="sans-serif">http://www.fh-augsburg.de/~henk/hobbit/</font>
<br>
<br><font size=2 face="sans-serif">it is Version 0.0.7 with this change.</font>
<br>
<br><tt><font size=2>this_getQuery()</font></tt>
<br><tt><font size=2>{</font></tt>
<br><tt><font size=2>        RETURN=`echo "$1"
| $SED -n "s/^.*$2=\([^&]*\).*\$/\1/p" | $SED "s/%0D//g"|
$SED "s/%0A/\n/g" | $SED "s/%3D/=/g"` </font></tt>
<br><tt><font size=2>}</font></tt>
<br>
<br><font size=2 face="sans-serif">The many sed is needing because cgi
converts some Characters in "%ASCI" and noone have given me an
small solution, so i reconvert every Ascii value manually. Its not beatyfull
but it works (i hope so ;-) )</font>
<br>
<br><font size=2 face="sans-serif">I hope i could help you</font>
<br><font size=2 face="sans-serif">Stefan</font>
<br>