Installing phpPgAdmin on Ubuntu
phpPgAdmin is a web-based administration tool for PostgreSQL written in PHP. It is a very nifty tool with a very convenient GUI interface. If you have used phpMyAdmin for MySQL,…
Simply Explaining Technology
phpPgAdmin is a web-based administration tool for PostgreSQL written in PHP. It is a very nifty tool with a very convenient GUI interface. If you have used phpMyAdmin for MySQL,…
PHP errors are by default set to go to the apache error log. On Ubuntu, the error log is located at /var/log/apache2/error.log. If you are a PHP developer, it is…
If a default timezone is not set in your php.ini, then you get the following warning: “Warning: strtotime(): It is not safe to rely on the system’s timezone settings. Please…
Dependency Injection a big name for a very simple concept. Objects interact with other objects. A piece of data or an object that an object requires is its dependency. Objects…
The filesize limit is not defined in PhpMyAdmin. The limit is taken from php.ini file. To change this limit, you needed to edit your php.ini file: Change the following two…
PHP has seemingly countless extensions and packages. See http://www.packagist.org to see the list of packages. Naturally, you would wish to have a software to manage the extensions and packages. Wish…
Following are the steps to install Java EE and Eclipse on Microsoft Windows: Download Java EE Development Kit with JDK from Oracle. Choose a version that includes the GlassFish server.…
Drupal can be very memory intensive CMS, especially if you have lots of menus, blocks and modules. If you exhaust the allowed memory size, you would get an error such…