我正在尝试拆分一些HTML并将其保存到我的数据库中。这是有问题的HTML:
<p><strong>NSSDCA/COSPAR ID:</strong> 2009-038F</p>
<p>ANDE 2, the Atmospheric Neutral Density Experiment 2, is a pair of microsatellites (Castor and Pollux) launched from Cape Canaveral on STS 127 on 15 July 2009 at 22:03 UT and deployed from the payload bay of the shuttle on 30 July 2009 at 17:22 UT.</p>
<p><strong>Launch Date:</strong> 2009-07-15<br/><strong>Launch Vehicle:</strong> Shuttle<br/><strong>Launch Site:</strong> Cape Canaveral, United States<br/></p>
&#13;
我使用DOM Parser从外部网站获取此HTML。我想要做的是将这个HTML分成五列用于mySQL数据库:
可以这样做吗?我已经设法使用Guzzle for JSON和txt文件,但从不使用HTML。