Basic PHP Programming Tutorial

November 11, 2007 by  
Filed under Tutorial

PHP is a great example of a server side language. Server side languages run on the server and then output to the visitor. This means that the visitors never see the real code of the PHP file, only the code generated by it.