I have a question.
say I have 2 arrays.
arrayNames
arrayContent
so arrayNames has ProjectName, ProjectID, ProjectDate
and arrayContent has Server Implementation, 123, 05/30/07
I want to loop through and create a XML file. The other thing is, there are more then one project so I...