Php parsed html table and count specific <td> similar to another
问题 This question follows another, just solved here Now I want to do a different count, more difficult to figure out. In my parsed HTML table, every rows contains two very similar, and consequential, 'td' ( number 4 and 5 ): <tr> (1) <td class="tdClass" ....</td> (2) <td class="tdClass" ....</td> (3) <td class="tdClass" ....</td> (4) <td class="tdClass" align="center" nowrap="">No</td> (5) <td class="tdClass" align="center" nowrap="">No</td> </tr> The strings could be "No" in the first 'td' and