Tag: Open Source

Community

PHP Web Blog – Part 1

(Eric Bessere) In this introductory article, we will look into the use of many different aspects of PHP in order to create a fully functional web application. This article will cover the 5 most common functions that a PHP-to-MySQL relationship will generate.

Community

Learning PHP, Part 3

(Nicholas Chase and Tyler Anderson) This tutorial is Part 3 of a three-part series teaching you how to use PHP through building a simple workflow application. In this tutorial, you will learn about using HTTP authentication, streaming files, and how to create objects and exceptions. (R)

Community

Hooking OOo to MySQL

(Rob Reilly) Did you know that you can connect the OpenOffice.org office suite to a MySQL database? By combining the power of these two open source applications you can do things like generating personalized sales letters from the customer data stored on your servers. Let’s walk through the process

Community

MySQL migration: MyISAM to InnoDB

(Keith Winston) The MySQL database is unique in that it offers multiple storage engines. The SQL parser and front end interfaces are separate from the storage engines, so you can choose among nine low-level table formats the one that suits your application best. I recently needed to convert a pr