You are here: Home / Php Tutorials
PHP Tutorials - Learn PHP For Free

PHP is a light server side programming language, the open source Hypertext Preprocessor language was mainly designed for producing dynamic web pages.

For more information about PHP server side coding and what it can do please view the tutorials below.

    PHP for Beginners by a Beginner: Simple Login, Logout, and Session Handling
    In this article, James presents a very simple way to add login/logout security in PHP using session handling
    2 Quick PHP Tips
    Are you a sloppy coder? Do you unwittingly reduce the performance of your own code? Clean up your act with...
    A Detailed Look at PEAR
    Joao Prado Maia sheds some light on some advanced coding techniques in PEAR, and teaches you how to read the...
    A tiny .htaccess tutorial
    This is mostly a "stick this in your application" tutorial. The file only does two things, and only on Apache...
    A Tutorial on Porting MySQL code to other Databases using ADODB
    In PHP every database is accessed slightly differently. To connect to MySQL, you would use mysql_connectINSERT INTO `sites` VALUES ();...