Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:4239 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75087 invoked by uid 1010); 29 Aug 2003 06:03:22 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 75041 invoked from network); 29 Aug 2003 06:03:21 -0000 Received: from unknown (HELO bagend.shire) (67.124.12.145) by pb1.pair.com with SMTP; 29 Aug 2003 06:03:21 -0000 Received: (qmail 1934 invoked by uid 1000); 29 Aug 2003 06:07:24 -0000 Date: Fri, 29 Aug 2003 06:07:24 +0000 To: internals@lists.php.net Message-ID: <20030829060724.GC92919@bagend.shire> Mail-Followup-To: internals@lists.php.net References: <20030828211521.99071.qmail@pb1.pair.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030828211521.99071.qmail@pb1.pair.com> User-Agent: Mutt/1.4.1i Subject: Re: [PHP-DEV] Proposed Function: urlencode_array From: php-dev@zirzow.dyndns.org (Curt Zirzow) * Thus wrote Sara Golemon (pollita@php.net): > 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."