in reply to Re: Re: Re: Encoding/compress CGI GET parameters
in thread Encoding/compress CGI GET parameters

Reusing the hash keys is a good idea, but where one of the parameters is, for instance, an key referring to an entry in a database table, which is constantly incremented, then new hash entries will be created on an ongoing basis.

-- Michael Snell
-- michael@snell.com

  • Comment on Re: Re: Re: Re: Encoding/compress CGI GET parameters