Web Development  >>  PHP

Basic PHP

Language : English Quality : High Has Audio : true Source : Other Media : Flash
Here we would like to show the very basics of PHP in a short, simple tutorial. This text only deals with dynamic web page creation with PHP, though PHP is not only capable of creating web pages

Tags: PHP, Web Development, Screencast, Tutorial, Web,     [SUGGEST  A  TAG]

Resources referenced in this screencast
  • PHP - Hypertext Preprocessor
  • Duration : 16:48
    Write your first PHP script

    Duration : 08:06
    PHP Variables - Part 1

    Duration : 15:22
    PHP Variables - Part 2


    Articles Realted to this Topic

    [SUGGEST  A  ARTICLE]
    A simple tutorial
    In this tutorial we assume that your server has activated support for PHP and that all files ending in .php are handled by PHP. On most servers, this is the default extension for PHP files, but ask your server administrator to be sure. If your server supports PHP, then you do not need to do anything. Just create your .php files, put them in your web directory and the server will automatically parse them for you. There is no need to compile anything nor do you need to install any extra tools