|
Posted by Aggelos on 03/02/07 14:51
On Mar 2, 1:40 pm, Andrew Taylor wrote:
> On 2007-03-02 10:43:55 +0000, "Aggelos" <djje...@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
That requires PHP5 :S is there something for PHP4 ?
Navigation:
[Reply to this message]
|