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
Fatal error: Allowed memory size of bytes exhaustedMarch 3, 2014November 30, 2022The problem is caused by loading too many data into the limited memory of PHP, once the memory exceeds the limit within this page scope,… Read More »Fatal error: Allowed memory size of bytes exhausted
How To Make PHP Mail Work on LinuxJanuary 8, 2014November 30, 2022In WAMP, you can setup an external SMTP server for PHP to send mail, but in LAMP, it's not the same story. You have to… Read More »How To Make PHP Mail Work on Linux
How to Resolve "Warning: date(): It is not safe to rely on the system's timezone settings"August 30, 2013November 28, 2022Warning: date() After intalling a newer version of PHP package, you might get this warning message in the client's browser: Warning: date(): It is not… Read More »How to Resolve "Warning: date(): It is not safe to rely on the system's timezone settings"
How to Resolve Blank PHP Web Pages On LinuxAugust 14, 2013November 27, 2022Blank Web Page When you met a blank PHP page on the browser, you might have no clue in the first place. But there was… Read More »How to Resolve Blank PHP Web Pages On Linux