Parse HTML Table - PHP [closed]
问题 Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I have an HTML table that I would like to parse in PHP to store into a MySQL Database. The HTML looks like this: <tr><td>DATE</td><td>LOCATION</td><td><a href="URL">NAME</a></td></tr> I would like to create a PHP function that returns in an array, the fields in capital letters. Does