|
Posted by purcaholic on 06/07/07 11:59
On 7 Jun., 11:12, "gizz" <g...@nospam.org> wrote:
> > The size of get depends on used browser. Some support 2000 character,
> > some more. I would recommend to use post, if send data has more than
> > 255 character.
>
> Do you mean there is no size limit for _POST data ?
Post data is also limited, but you can send more data using post. See
"post_max_size" setting in your php configuration.
The default php setting should accept 8 MB of data. Drill off the
setting, if you need more.
[Back to original message]
|