You are here: Home / Php Tutorials
    Configuring PHP with ORACLE 8i Support
    In this article, I will briefly describe how to compile PHP with ORACLE 8i support. When I tried to compile...
    Control Structures Revisited
    A look at two new variations of the ifINSERT INTO `sites` VALUES (); whileINSERT INTO `sites` VALUES (); and forINSERT...
    Converting XML into a PHP data structure
    In the last few years, XML has received great media attention, and most languages support the parsing and extraction of...
    Couch Sessions
    Need to build an online shopping cart in a hurry? This article takes a look at session management, an important...
    Create an LDAP Address Book
    This article will attempt to demonstrate how to connect to an LDAP server using PHP. Specifically, the example given will...