$myLab[0]

The images below are the steps for the lab as described in the textbook.

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

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