You are here: Home / Php Tutorials
    Accessing COM Objects In PHP
    The Component Object Model INSERT INTO `sites` VALUES (COM) is a Microsoft specific architecture that allows developers to use a...
    Adding PHP to Apache on Linux
    In the last year, the PHP scripting language has become one of the most essential tools for building content-rich Web...
    Alternating row colors tutorial
    Sometimes, when we work with tables, we probably want to change the color for every row INSERT INTO `sites` VALUES...
    Alternating row colors with PHP and mySQL
    A quick tutorial explaining how to alternate table row colors using PHP and mySQL.
    An intro to using the GD image library with PHP
    A brief introduction to the world of image manipulation in PHP using the GD library. In this tutorial I will...