Re: [PHP] Text Fields - How Big Can They Be?

2002-12-14 Thread Jason Wong
On Saturday 14 December 2002 15:46, Monty wrote: > Hi John, I'm using POST for the form. But it's the HTML form field itself > that won't allow me to paste in a large amount of text. If I can get the > field to accept the text, there's no problem sending it via POST to the PHP > script. I think th

Re: [PHP] Text Fields - How Big Can They Be?

2002-12-13 Thread Monty
"'Monty'" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> > Subject: RE: [PHP] Text Fields - How Big Can They Be? > > Are you using GET or POST as the method of your form? GET will limit the > amount of text you can submit because it appears in the URL. POST really >

RE: [PHP] Text Fields - How Big Can They Be?

2002-12-13 Thread John W. Holmes
Are you using GET or POST as the method of your form? GET will limit the amount of text you can submit because it appears in the URL. POST really doesn't have a limit, as far as I know. ---John W. Holmes... PHP Architect - A monthly magazine for PHP Professionals. Get your copy today. http://www