RE: [PHP-DB] Any one can help me dump XML into MySQL??

2003-07-04 Thread Boaz Yahav
This may be a start

Extracting CDATA values from an XML feed / file.
http://www.weberdev.com/get_example.php3?count=3692

Sincerely

berber

Visit http://www.weberdev.com/ Today!!!
To see where PHP might take you tomorrow.

-Original Message-
From: Nabil [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 03, 2003 8:24 AM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] Any one can help me dump XML into MySQL??


Dear All ;

I have an XML files like the following and i want to make an PHP code to
insert it into my MySQL how can i read the nodes ot tages???  by the way
i can export like this file from PhpMyAdmin but i cann't dump it back...
Thanks in advance Nabil

?xml version=1.0 encoding=windows-1252 ?
- scs-dist
- !--
 table dist   --
- dist
  id1/id
  fnameMark/fname
  lnameSmith/lname
  companycompany1/company
  phone123456/phone
  governcity1/govern
  addressfirst street/address
  area12/area
/dist

- /scs-dist



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


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



[PHP-DB] Any one can help me dump XML into MySQL??

2003-07-03 Thread Nabil
Dear All ;

I have an XML files like the following and i want to make an PHP code to
insert it into my MySQL
how can i read the nodes ot tages???  by the way i can export like this file
from PhpMyAdmin but i cann't dump it back...
Thanks in advance
Nabil

?xml version=1.0 encoding=windows-1252 ?
- scs-dist
- !--
 table dist   --
- dist
  id1/id
  fnameMark/fname
  lnameSmith/lname
  companycompany1/company
  phone123456/phone
  governcity1/govern
  addressfirst street/address
  area12/area
/dist

- /scs-dist



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