使用while循環來獲取自己的數據從從PHP將只顯示我的所有的數據都是以表格的形式垂直。 如何以橫向形式顯示數據。 enter image description here <?php
while ($display = mysqli_fetch_array($link)) {
if ($display['see_id'] % 2 == 0) {
?
This is my employee table
empid name Date_of_joining
1 dilip 2010-01-30
2 suresh 2001-03-01
3 ramesh 2003-01-01
我想員工日期以獲得加入 預期輸出 year new joining total employees
2001