Is there a way to find the number of <tr>
inside of <tbody>
using PHP?
I do not want to use JQuery/Javascript.
<tbody id="tblBody">
<tr>one</tr>
<tr>two</tr>
</tbody>
Is there a way to find the number of <tr>
inside of <tbody>
using PHP?
I do not want to use JQuery/Javascript.
<tbody id="tblBody">
<tr>one</tr>
<tr>two</tr>
</tbody>