PHP Increase POST Variables LimitFebruary 17, 2018December 20, 2022max_input_vars One of my web pages that contains over 2000 POST variables. After submit, only the first 1000 variables were added (or inserted) into the… Read More »PHP Increase POST Variables Limit
How to Encode String for Transmission to Server in JavaScriptAugust 25, 2013November 27, 2022Encode 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