On Wed, January 2, 2008 1:27 pm, Jim Lucas wrote:
>> The string contains:
>>
>>        A       
>>
> The problem is, is that you are not getting
>
>        A       
> when you submit your form.
>
> It is being URL encoded by the browser and you are actually getting
>
>  %20 %20 %20 A %20 %20 %20 

But that is URL *DE*-coded by PHP internally before it's crammed into
$_POST/$_GET/$_COOKIES!

-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to