HTML 5 – How to Create Table

In this post you will learn how to create different types of tables in HTML 5, I’m going to demonstrate with codes and visual images that will help you understand how table tags and its children tags work in HTML 5. Let’s dive in… There are three sections in <table> tag: <thead>, <tbody>, and <tfoot>. […]

PHP foreach loop in HTML table – working

php foreach loop in html table

This is how I got PHP foreach loop working in HTML table. You can find the working code below. Get all the code for PHP Connect to MySQL Database, using mysqli api. PHP foreach Loop PHP foreach loop iterates through the array, associative array, MySQL table, and also lets run arithmetic operators. Download PHP 7 […]