'; while ($row = mysqli_fetch_array($r, MYSQLI_ASSOC)) { // Fetch each item. // Print the item within some HTML: echo '
  • ' . $row['category'] . '

    ' . $row['category'] . '' . $row['description'] . '
    View All ' . $row['category'] . ' Products

  • '; } echo ''; // Complete the HTML box: echo BOX_END;