Recent Changes - Search:

Homepage for the PHP course PmWiki edit SideBar

PHP /

Get introduced to the PHP Programming Language, part 2..

Lecture 4, Get introduced to the PHP Programming Language, part 2.. March 12..

We are continuing where we left off last week. The first bunch of files in the set of examples were used explained last time, where we covered:

  • opening and closing PHP tags
  • Some rules of the PHP language, including how (and why) to comment your code and find and fix errors
  • Basic variables
  • Basic function calls
  • Basic branches

This week, we are moving on to:

  • More complex types of variables (such as arrays)
  • how to assign information to and access it from these types of variables
  • how to nest functions and use their output
  • looping
  • error handling

Assignment for lecture 4.

This will be posted soon.

Go back to the course overview page

Edit - History - Print - Recent Changes - Search
Page last modified on March 07, 2014, at 11:39 PM