sql >> Database >  >> RDS >> Mysql

php / MySQL - Toont slechts één koptekst voor items

Verplaats de tabel- en header-tags gewoon buiten de lus.

Doe iets als:

<table>
<th></th> #define all table headers

for each item:
   <tr>
     <td>item info</td>...
   </tr>

</table>


  1. Oracle-partitie op trefwoord

  2. fouten weergeven als mysql_query niet succesvol is

  3. Selecteer query in twee tabellen in MySQL

  4. Hoe maak je een TRIGGER in SEQUELIZE (nodeJS)?