输入字段可以接受并 POST 到 PHP 脚本的自然最大字符数是多少


What is the natural maximum number of characters an input field can accept and POST to a PHP script?

我的问题与此类似,但我有兴趣将数据发布到PHP。我在谷歌上找不到任何关于这个的东西,想知道是否有人知道答案?

本质上,您可以在输入字段中输入多少个字符,提交表单,然后成功接收 PHP 脚本中的所有字符?

提前谢谢。

它确实主要取决于服务器配置。举个例子:

php_value post_max_size 50M