logo
Currently Browsing: PHP

PHP 101 Part 1: Setup, Info and Hello World

logo

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.

Setup

This video provides information on the following:

  • What is PHP?
  • How does it work?
  • Comparison to other languages
  • Review on WAMP/LAMP/MAMP videos
  • Initial setup

PHP Info

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.

Hello World

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

Page 2 of 212
logo
Powered by Wordpress. Copyright 2009 Brett Widmann.