Header title to TD
-
Hi,
is it possible add header title to all td?
echo ‘<tr>’;
foreach ( $tr as $td ) {
echo ‘<td>’;
echo ‘<label>(TABLE HEADER TITLE)</label>’;
echo $td[‘c’];
echo ‘</td>’;
}
echo ‘</tr>’;
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Header title to TD’ is closed to new replies.