|
Posted by NC on 03/02/07 15:22
On Mar 2, 2:43 am, "Aggelos" <djje...@gmail.com> wrote:
>
> 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 ?
No. There are many PHP extensions that can be used to parse XML.
Since you mentioned later in the thread that you are using PHP 4,
here are two extensions that work with PHP 4:
http://www.php.net/XML
http://www.php.net/DOMXML
Cheers,
NC
Navigation:
[Reply to this message]
|