Jump to content

pushing it to the limit


michaellunsford

Recommended Posts

I have a client attempting to post HTML code to a database. In this case, it just happens to be longer than 65,535. The database field (mysql TEXT type field) is recording exactly 65,535 characters of the content. Soo... either there is a $_POST limit I need to stay under, or a database limit.

If it's a POST limit, what is the maximum length of POST? Is it 65,535 per variable, or for the whole array?
Link to comment
https://forums.phpfreaks.com/topic/18560-pushing-it-to-the-limit/
Share on other sites

I'm using a rich text editor that emulates a <textarea> field. I'll keep the mysql limit in mind -- but for now, I have solved the pressing issue at hand. I ran the html through dreamweaver's "clean up html" command. Presto 65,535 is now 8,923. (there were oodles of nested an redundant tags in there)

Thanks for the help!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.