Tag: Open Source

Community

Using MySQL from PHP

(John Coggeshall) Welcome back to PHP Foundations. My previous column finished the crash course on using MySQL to store and retrieve data from a database using the Structured Query Language (SQL). In today’s column, I will begin to use everything I have shown you thus far to work with and create dat

Community

PHP Cryptography

(Robert Peake) This article will define two-way key cryptography and explain how it differs from other well known PHP functions, like md5 and rot13, and when it is appropriate to use one-way hashing or two-way encryption. Then we will step through installing mcrypt as a dynamically loadable extensio

Community

Building the PostgreSQL BuildFarm

(Andrew Dunstan) PostgreSQL is a high-quality, full-featured open source database that runs on a huge number of platforms. The number of possible combinations of machine architecture, operating system, system libraries, compilers, and configuration sets is truly staggering. It also has just increase