RE: [PHP] OT - number of chars in querystring

2002-03-26 Thread Darren Gamble
Good day, The RFC says that there is no limit on the size of the request. But, I remember reading that the real world maximum is 2048 characters, which I believe is a hard limit on some clients. I also recall reading that there is an RFC that suggests limiting the request to 255 characters.

Re: [PHP] OT - number of chars in querystring

2002-03-26 Thread Erik Price
On Tuesday, March 26, 2002, at 11:47 AM, Darren Gamble wrote: It appears that you might be submitting a lot of data. If that's the case, you should really have your application determine the information to be submitted and then store/create them as hidden values in a form. That way,

Re: [PHP] OT - number of chars in querystring

2002-03-26 Thread Julio Nobrega Trabalhando
You could store the query somewhere, like in a database or file, give it an id, and store this id on a cookie. When the visitor returns, just grab the corresponding query using the cookie's id. -- Julio Nobrega. Um dia eu chego lá: http://sourceforge.net/projects/toca -- PHP General