Re: [PHP] How can I submit more than 2000 items of data?
[email protected] (Mihai Anghel)
| Newsgroups | php.general |
|---|---|
| Message-ID | <CAOLFK-vwTLWm27KPabWYmBdAWVzqvB0RbyYfC+gOMGp=XLj1fQ@mail.gmail.com> |
Check this http://www.php.net/manual/en/ini.core.php#ini.post-max-size On Mon, Aug 19, 2013 at 9:55 AM, aesbovis <[email protected]> wrote: > 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!* >