Table of Contents

Intro

Synopsis

This is the very first time you have witnessed PHP code in action.

Overview

There are a few take aways to this code.

Some things that are less apparent:

Functions

Functions being used in this code:

rand – a random number generator. Rand can generate a random integer, and you can pass it a high and low value to work of off.