RE: [PHP] xml to mysql

2002-09-04 Thread Andrew Hill

Hi,

Virtuoso http://www.openlinksw.com/virtuoso can do the opposite -
represent tables and SQL queries, either from relational data in
Virtuoso or another back-end database (including MySQL and all the usual
suspects) and provide an XML document in real time for PHP to use.

Virtuoso Universal Server is available as a free download - let me know
what you think. 

Best regards,
Andrew Hill
Director of Technology Evangelism
OpenLink Software  http://www.openlinksw.com
Universal Data Access & Virtuoso Universal Server

-Original Message-
From: DtM [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, September 04, 2002 11:28 AM
To: [EMAIL PROTECTED]
Subject: [PHP] xml to mysql

Hi,

Is there a way to create a DB from a xml file or it's better to use
the xml file for DB, i have lot of files so i think a DB will be better.
If you know a program or tutorial let me know.

thanx.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] xml to mysql

2002-09-04 Thread DtM

Hi,

Is there a way to create a DB from a xml file or it's better to use
the xml file for DB, i have lot of files so i think a DB will be better.
If you know a program or tutorial let me know.

thanx.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] XML to MySQL

2001-01-29 Thread Erich Kolb

Does anyone know of a script that will take data from XML/RDF news feeds and 
automatically INSERT into a MySQL database?  I have a news script that I can make 
changes to, but I would also like to be able to automatically insert data into the 
database that my news script is running on.