|
Posted by Tony Marston on 07/20/05 12:30
You can also try searching for XML at http://www.phpclasses.org/
--
Tony Marston
http://www.tonymarston.net
"Peter van Schie" <vanschie.peter@gmail.com> wrote in message
news:42dd885e$0$93977$dbd45001@news.wanadoo.nl...
> Bob Bedford wrote:
>
>> Thanks for help Peter,
>>
>> Probably there is no way to put datas from a XML file directly in a Mysql
>> database, but does it exist a manner to put datas in an array
>> automatically, or better in a structure ?
>>
>> The dream is to have a function that reads a XML file and put it in an
>> array then use msqlqueries like
>> insert into mytable
>> values($struct["group1"]["field1"],$struct["group2"]["field2"]....
>> does it exists in PHP ?
>
> Hi Bob,
>
> I see where you want to go, but I don't know of any php library or class
> that does just that. Maybe the link Tony posted is helpful. Keep us
> posted.
>
> --
> http://www.phpforums.nl
[Back to original message]
|