Feb 5, 2004 #1 rjonesX Technical User Joined Jun 18, 2001 Messages 56 Location US Pretty simple, I need to use PHP to import XML data into some kind of array... name phone russ 555-5555 scot 453-5435 john 324-2349 into some kind of array that I could navigate in the php. ideas?
Pretty simple, I need to use PHP to import XML data into some kind of array... name phone russ 555-5555 scot 453-5435 john 324-2349 into some kind of array that I could navigate in the php. ideas?
Feb 5, 2004 #2 Chacalinc Vendor Joined Sep 2, 2003 Messages 2,043 Location US start with: http://cl.php.net/manual/en/ref.xml.php cheers. Upvote 0 Downvote