I have a problem with textarea - when I paste more than 65000 characters and I try to print this $_POST['value']
on screen - I get "NULL"
- $_POST['value']
doesn't exist. When I paste ~55000 characters - everything is OK and I can see the characters when I try to print this POST array.
Why I can't paste more than ~65000 characters? When I try do it on another web server - everything is OK, so I think I have some limit, but where and how I can manage this limit ?