Okay- I am a newbie working with php and xml
i have two basic xml documents
1// has passwords. usernames and urls
first i have parsed #1- so that if the username and passwords match those inputted into the form, then it prints out the coreesponding URL for the next XML doc to parse
for that login combo.
the second XML document contains info that pertains to login combos- each registered login combo has a partciluar XML file associated with it-- not the best way, but the way I have to deal with it.
I have no problem parsing each other separately - but to have the passwords parsed first, to get the proper XML file to parse next and then parse that XML file - that is where I am having problems
any suggestions, insights, tutorials?
thanks
s