PHP is not only a high demand server side scripting language, but it can also be a little intimidating for those getting into the language. The set of videos below will show you how to set up a development environment and write a Hello World script.
UPDATE: These videos should be watched after you learn how to setup a PHP server on your system. You can learn how to do this by going to this video.
This video provides information on the following:
This video tutorial describes some of the basic elements in a PHP file. It also put emphasis on saving files as PHP files rather than HTML files.
This video demonstrates the absolute basics of writing PHP, including the echo function, single line comments, multiline comments, and concatenation.
To view other PHP tutorial videos