I am trying to parse a table from a website. Which is like :
Desired result I want is something like that :
How to achieve it.
Table is made up of simple <tr> <td> tags and used rowspan and colspan for spacing.
How to achieve it in PHP or JS?