?>
</td>
            <td><?php 
    echo count($matches);
    ?>
            </td>
          </tr>
        </table>
    </section>

      <section class="results">
        <?php 
    foreach ($grepper->linksGatheredFromWebsite as $link) {
        ?>
        <?php 
        $matches = $grepper->getMatches($link, $searchTerm, $ignoreHtml);
        ?>
        <h2>Matches for 
            <a href="<?php 
        echo $link;
        ?>
"><?php 
        echo $link;
        ?>
</a>
        </h2>
          <?php 
        foreach ($matches as $match) {
            ?>
          <div class="match">
            <?php