Question
How can HTML outside of php tags do this?
Can someone explain to me how this segment of code works
please? The part I don't understand is how the html tags inside the
while loop are able to generate many rows when they are just once
and not contained within php tags. I thought I would need something
like echo "<tr>" or need to use printf function in order to
write the html tags using php. Instead <tr> and <td>
tags are not within the <?php /> tags so how can the table be
dynamic and grow and shrink if php isn't writing the individual
rows on each of the loops?
