data lost in $_POST

Hi,

I have over 2000 of checkbox for the user to select and export the selected record. However, when user click on the submit button, I can only see 997 records in my $_POST.

Wonder any limitation on this? I have set the php post_max_size=32M and memory_limit=32M and it still doesn’t work.

Any advice? Thanks in advance.

Thx
Louis

Sorry I don’t know much about this exactly, but I did find a little info that may help you…
http://www.w3schools.com/php/php_post.asp

[b]Note:[/b] However, there is an 8 Mb max size for the POST method, by default (can be changed by setting the post_max_size in the php.ini file).

Lol after re-reading I noticed you have tried this, never mind.

Sponsor our Newsletter | Privacy Policy | Terms of Service