84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
<?php
$s=0;
echo '<table width="800" border="1">';
while ( $s<100){
if($s ==0){
using use using using using using using ‐ ‐ ‐ echo '<tr>'-- s.'</tr>';
s.'</td>';
$s ;
}echo '</table>';
appear when written like this?
The reason for echo '<tr>'.$s.'</tr>'; is because you directly output the value in tr after each $s%==0. The tr output content will be displayed directly above the table. Normally, the <tr> set of <td> tags will be used.
The reason for echo '<tr>'.$s.'</tr>'; is because you directly output the value in tr after each $s%==0. The tr output content will be displayed directly above the table. Normally, the <tr> set of <td> tags will be used.