Hello! This is OT, so, I am sorry. I am having a problem reading a second leaf of a tree in a directory. Like this: [DIR1] attr01 = value01 attr02 = value01 value02 ... [DIR1.2] attr01 = value01 attr02 = value01 value02 ... In PHP, to access/modify a value in the first leaf I do the following: $entry["attr01"][0]=value12 So, How do I access the second leaf? TIA, Rom