Does anyone know if there is a way I can retrieve the 'ID' or 'name' of the 'top' album ONLY to be used on the image.php page?, so for example if I had something like
AlbumOne
SubAlbumOneA
SubAlbumOneBSubSubAlbumOneBA
ImageOne < so I want to get the ID of AlbumOne
ImageTwo < so I want to get the ID of AlbumOne
SubSubAlbumOneBB
AlbumTwo
SubAlbumTwoA
SubSubAlbumTwoAA
SubSubAlbumTwoABImageThree < so I want to get the ID of AlbumTwo
SubAlbumTwoB
AlbumThree
SubAlbumThreeA
SubAlbumThreeBImageFour < so I want to get the ID of AlbumThree
SubAlbumThreeC
SubSubAlbumThreeCA
SubSubAlbumThreeCB
Thanks for your help
GW