i got this code in PHP:
echo "x".$_GET["var"]."x"; <-- in the html appears as "xx"
then a call for a page with this
...page.php&var=<? echo $_GET["var"]; ?>
in the target page i see in the url ....var=%20%20%20%20%20
and when the variable var contains something it shows the variable plus that numbers.
Solutions?