How to Lift POST Variables Limit in PHPby House of ClickFebruary 17, 2018January 11, 2020One of my web pages that contains over 2000 POST variables. After submit, only the first 1000 variables were added (or inserted) into the database.… Read More »How to Lift POST Variables Limit in PHP
How to Encode String for Transmission to Server in JavaScriptby House of ClickAugust 25, 2013January 14, 2020Encode Text Sometimes, you will see unexpected results in server when parsing POST or GET strings from JavaScript like the following snippet, it could be… Read More »How to Encode String for Transmission to Server in JavaScript