You are here: Home / Php Tutorials
    Building An Extensible Form Validator Class
    Wondering what OOP can do for you? Well, wonder no more - this article demonstrates how OOP can save you...
    Building XML Web Services with PHP NuSOAP
    In this article, Ahm shows us how to build XML Web Services using PHP NuSOAP, as an alternative to Microsoft...
    Caching PHP Programs with PEAR
    PHP scripts are compiled and HTML is generated each time a web page is requested. Sebastian Bergmann uses PEAR caching...
    Caching using Output Buffering
    Recently, I was having a discussion with Stig Bakken, a core PHP developer. He introduced me
    to a newly implemented...
    Chapter 7. Variables
    Variables in PHP are represented by a dollar sign followed by the name of the variable. The variable name is...