Re: [PHP] How can I submit more than 2000 items of data?
[email protected] (Stuart Dallas)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
On 19 Aug 2013, at 10:49, aesbovis <[email protected]> wrote: > I know Javascript can solve it, but I don't want to use Js. > Thank you all the same. I know you've had the right answer, but I think it's worth pointing out that use of JSON in no way requires Javascript, despite its name. -Stuart -- Stuart Dallas 3ft9 Ltd http://3ft9.com/ > On Mon, Aug 19, 2013 at 4:32 PM, Szopen Xiao <[email protected]> wrote: > >> you can use JSON post >> >> 2013/8/19 aesbovis <[email protected]>: >>> Hello there >>> I am making a little web-based-tool for our studio to progress a large >>> amount of data, more than 2000 items, but it seems there is a length >> limit >>> of 1000 to $_POST. >>> >>> How can I submit all of the items in one time? >>> >>> Thank you! >>> aesbovis >>> >>> -- >>> *Anywhere @aesbovis!* >> > > > > -- > *Anywhere @aesbovis!*