This is the very first time you have witnessed PHP code in action.
There are a few take aways to this code.
Some things that are less apparent:
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.