Visit the Official PHP Website

Search this Site

PHP Programming

By James N Hitz

Harvest Time

As I promised earlier, we start FROM this lesson onwards to unleash useful code snippets that you will now start using on your PHP-enabled server. It's harvest time.

In this regard, we start off by first learning two new techniques:

  1. Date and Time manipulation in PHP
  2. Code Re-use

Date and Time manipulation makes it possible for us to perform useful calculations on dates to say get the number of days between two given dates.

In code re-use, we will see how you can create a single PHP script and use it in... a million other web pages... Yeah I can see that smile.

<< Back to Lesson 4 | Date Manipulation in PHP >>

JamHitz Productions