from my experience, you don't really have to worry much on the space 
issue. & is the delimiter to determine that the string terminates and a 
new argument begins next. and very often, the browser will do an auto 
conversion from space to %20 when you click on the link.

David T-G wrote:
<snip>
> 
> so that takes care of walking the array but now I need to protect myself
> from the spaces.  I've looked at htmlentities() but it doesn't seem to
> convert spaces...
</snip>


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

Reply via email to