【问题标题】:Can I read an xml file that has formated text and then write it to database with php我可以读取具有格式化文本的 xml 文件,然后使用 php 将其写入数据库吗
【发布时间】:2014-03-21 17:36:46
【问题描述】:

喂! 我可以读取一个xml文件吗:

<items>
<item>
<id_product>1</id_product>
<title>Product title</title>
<description><p>This is a<b>PRODUCT</b></p></description>
</item>
<item>
<id_product>2</id_product>
<title>Another Product title</title>
<description><p>This is the second <b>PRODUCT</b></br><a href="#">click here</a></p></description>
</item>
</itmes>

并用 php 将其写入数据库?我的想法是我也想用格式来写它(锚、粗体、斜体、p 等)

【问题讨论】:

标签: php xml database feed


【解决方案1】:

查看 PHP 手册以了解 PHP 的 XML Parser

您应该能够使用这些工具获取信息,然后将其写入您的数据库。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-10-22
    • 2013-11-04
    • 2013-10-24
    • 2015-05-19
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多