|
Posted by M. Trausch on 11/17/05 16:22
meltedown wrote:
>
> clarificatin: # are allowed in urls, but only as part of an anchor
> identifyer.
>
>> Thats what urlencode() is for, and it works fine. The question is: why
>> doesn't %23 and everything after it make it to $_GET ?
>
That's because the browser treats %23 as #... e.g., you cannot use that
character, as it's local to the browser as a named-anchor. Use a
different character. The browser treats all URL escaped characters *as
the character it is*, so you can encode spaces and ~ and all sorts of
other things into the URL.
- Mike
--
Strip the obvious trash from the header to send e-mail.
Navigation:
[Reply to this message]
|