$myLab[0]

Here are the steps for the lab as described in the lab manual.

HTML; for ($key = 1, $size = count($myLab); $key <= $size; $key++) { echo "$myLab[$key]"; } echo "

"; echo"
"; } // end display_lab ?>