Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
That depends. How are you submitting the data? A POST-method submission can send more information than a GET-method.What is the maximum number of characters we can post in a form for in a textarea?
It depends on the version of your MySQL installation. SeeAnd what is the maximum number of characters we can store in varchar field in mysql database?
Following on from the comments already, it's dependant on the browser as well. This was more visible on the older (v4) browsers. Modern (IE5+, FF etc) browsers seem to be able to handle quite a lot of data in a textarea (using POST) in a form.What is the maximum number of characters we can post in a form for in a textarea?
Again,So, what is the maximum number of characters I can store in VARCHAR field?
As BabyJeffy has pointed out, this depends on your browser. To add to his post, this can also be limited by web server vendor, web server configuration, and web server OS.So, in the wrost case, what is the maximum number of charaters I can POST?