News

Object oriented error handler for PHP errors. Contribute to kegi/php-error-handler development by creating an account on GitHub.
better-php-error-logger Download it here! With this extension you can use the error_log function in PHP with keyboard shortcuts. There are some customization options. Here is a list of shortcuts you ...
Open the php.ini file in a text editor like TextPad (not in Notepad) and change the values for memory_limit. By default you should see memory_limit = 8M. Try changing it to 12M. If it doesn’t ...
$ _POST or $ _GET are two special PHP functions that are used to get variables from a user-filled form. While using these functions, a user may encounter an error, stating that there is an undefined ...
When programming in PHP, webmaster can encounter an error with a message such as parse error:syntax error, unexpected $end. This error is related to a syntax error in PHP.