Search found 1 match

by idas
Mon Nov 22, 2004 8:42 am
Forum: PHP - Code
Topic: get xml attributes... Help !
Replies: 1
Views: 162

get xml attributes... Help !

Hi all, i have a problem with parse all xml attributes from external my_file.xml to two arrays. Can anybody help me with this ??? plz I need two arrays like this: Array names ( [0] => apple [1] => microsoft [2] => sun ) Array links ( [0] => apple.com [1] => microsoft.com [2] => sun.com ) my_file.xml...