Author Archives: user

Khóa học miễn phí PostgreSQL – PHP nhận dự án làm có lương

PostgreSQL – PHP Interface Installation The PostgreSQL extension is enabled by default in the latest releases of PHP 5.3.x. It is possible to disable it by using –without-pgsql at compile time. Still you can use yum command to install PHP -PostgreSQL interface − yum install php-pgsql Before you start using the PHP PostgreSQL interface, find […]

Khóa học miễn phí PostgreSQL – Perl nhận dự án làm có lương

PostgreSQL – Perl Interface Installation The PostgreSQL can be integrated with Perl using Perl DBI module, which is a database access module for the Perl programming language. It defines a set of methods, variables and conventions that provide a standard database interface. Here are simple steps to install DBI module on your Linux/Unix machine − […]