You are here: Home / Php Tutorials
    Using PHP with Java
    You probably already know that PHP comes with extensions for a wide variety of different technologies. But did you know...
    Using Strings
    A large portion of Web programming requires strings to be handled and generated, so knowing how to use and handle...
    Using XML-RPC with PHP
    Do you want your Perl code on one server to call your PHP functions on another? "Impossible!" you say? Not...
    WAP-Enabling a Website with PHP3
    Ever wonder what it took to get a site to work on those new "web-enabled" cell phones? This short tutorial...
    Web Database Applications with PHP & MySQL
    A fundamental characteristic of the Web is the stateless interaction between browsers and web servers. As discussed in Chapter 1,...