aigulf
aigulf
aigulf

Sorry, somehow that was misformatted. Anyway, there are three for loops, one each for education, skills, and awards. The upper limit of the three for loops is a typo. Instead of looping to count($education[$i]) it should be count($education). The same goes for awards and skills.

A bug in the code only displays the first 2 education, the first 2 skills and the first 2 awards that you list. To fix the bug, change the following for loops...