There is a limit to the size of a GET request - can't remember what it is though POST's can be any size however.
Maybe a search of the RFC's might tell you the limit of GET's http://sunsite.dk/RFC/ -----Original Message----- From: Don [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 04, 2001 9:03 AM To: php list Subject: [PHP] Using urlencode to pass varfiables in a URL Is there a limit to the number of variables once can pass in a URL using urlencode()? I seem to be hitting a wall where the browser returns a page not found once I go past a limit and I can't find any bugs in the code. Thanks, Don