veritabanına bir xml dosyasını okumak

0 Cevap php

Hey
I want to store the contents of an xml file in the database. Is there an easy way to do it? Can i write some script that can do the task for me?

Foto: XML dosyasının şeması bu gibi görünüyor

<schedule start="20100727120000 +0530" stop="20100727160000 +0530" ch_id="0210.CHNAME.in">
    <title>Title_info</title>
    <date>20100727</date>
    <category>cat_02</category>
  </schedule>

One thing to note is:
How do I read the start time? I need the time +0530 added to the time?

Size çok teşekkür ederim.

0 Cevap