>Here's a better example to what I meant from the last posting when I said
>something about color=red#RowNum3.
>--snip--
>As in example #3, PHP seem to be able to distingush the difference when
>there is a pound symbol, or "#" in it and know that '#RowNum3' is not part
>of the post string to the variable, color.

This is because PHP never sees the pound symbol - the target is recognized
client-side and stripped prior to sending the request to the server. If
you check your server logs, you'll see that it isn't there.

---------------------------------------------------------------------
michal migurski- contact info and pgp key:
sf/ca            http://mike.teczno.com/contact.html

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

Reply via email to