On Fri, Dec 10, 2004 at 02:04:33PM -0500, Robert wrote:
> I am getting a wierd value. When I submit the form I am getting 
> "position=VALUE++" back in the URL. I have no idea where the "++" is coming 
> from and I can't find a darn thing about it.

Most likely they are form encoded space characters. If you pay a visit
to Google and search for something including spaces, you will probably
see the same effect.

I suspect you will find that when you get the value in your CGI script
you will see them converted back to spaces.

-- 
David Dorward                                      http://dorward.me.uk


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to