Strange value in parameter
Posted: Mon Aug 17, 2009 3:56 pm
Hello.
I have problem in parameters. In real server the parameter includes added value 25, see following:
In my localhost everything is ok when I put values into form inputs I get in browser following url:
http://localhost/lacneubytovanie.sk/ind ... ajsk%C3%A1
but on my real server I get:
http://www.lacneubytovanie.sk/index.php ... %25C3%25A1
(then result is bad)
should be:
http://www.lacneubytovanie.sk/index.php ... ajsk%C3%A1
(then result is ok)
the difference is value 25 added into parameter from and to as well. Can you give me advance what kind of problem it is?
Jan
I have problem in parameters. In real server the parameter includes added value 25, see following:
In my localhost everything is ok when I put values into form inputs I get in browser following url:
http://localhost/lacneubytovanie.sk/ind ... ajsk%C3%A1
but on my real server I get:
http://www.lacneubytovanie.sk/index.php ... %25C3%25A1
(then result is bad)
should be:
http://www.lacneubytovanie.sk/index.php ... ajsk%C3%A1
(then result is ok)
the difference is value 25 added into parameter from and to as well. Can you give me advance what kind of problem it is?
Jan