|
Posted by Andrew Taylor on 03/02/07 13:40
On 2007-03-02 10:43:55 +0000, "Aggelos" <djjelly@gmail.com> said:
> Hello,
> I am having an XML file that contains booking details. These booking
> details are supposed to get gennerated from a booking application.
> I then need to build a system that will process those XML files and
> store them inside a MySQL DB using PHP.
> Is there any standard methodology to do such thing ?
>
> IS there a class I should use to make my life easier?
> The ideal situation would be to somehow achieve storing the XML
> elements inside a multidimensional array and then insert them in the
> DB...
>
> Can you point me in the right direction please ? I 've never dealt
> with XML parsing.
http://www.php.net/xml
http://www.php.net/SimpleXML
Hope this helps
Andrew
Navigation:
[Reply to this message]
|