PHP video tutorial - Basics, Installation and Programming
These are some of the best PHP video tutorials that we found on Internet.
This tutorial is the first one that you should watch. This tutorial gives you a high level overview of how PHP works.
PHP Tutorial: Installation and The Basics - This video tutorial coveres installation of PHP using XAMPP which is basically an Apache distribution containing MySQL, PHP and Perl. The turial also show some basic programming using PHP.
This PHP tutorial covers the echo, the if...else statement and integer variables.
This PHP tutorial shall cover a BASIC authentication script enabling authorised users access to a specific website.
This PHP tutorial covers a more advanced PHP script which allow/denies users access to a specific website.
This video tutorial shows you how a registration page is created in PHP and that too without writing any code. You too can do it in just few minute.
PHP Basics: This tutorial shows you how to get started with the basic echo function.