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
Where is the Default Location of ERROR_LOG in PHP?by House of ClickMay 16, 2014January 11, 2020ERROR_LOG After you set display_errors = Off in php.ini, the error message began to go background. You might want to know where the error message… Read More »Where is the Default Location of ERROR_LOG in PHP?
How to Resolve "Warning: date(): It is not safe to rely on the system's timezone settings"by House of ClickAugust 30, 2013January 11, 2020Warning: 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 Linuxby House of ClickAugust 14, 2013January 11, 2020Blank 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