* Thus wrote Sara Golemon ([EMAIL PROTECTED]): > proto urlencode_array(array formdata [, string numeric_prefix]) > > Purpose: Generate a form encoded query string from an associative (or > indexed) array.
Can this not be done easily with array_walk? I think this might also encourge people to use extremly long query strings, which will break when it gets to a certain length. I believe, off hand, 255 bytes is what is suggested max length for a query string. Curt -- "I used to think I was indecisive, but now I'm not so sure." -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php