I have an array like this:
$descriptors = array(array ("science", "p1", "text"), array ("science, "p2", "more text")...array("Maths", "p1", "text"....)
I want to be able to get at the text for say the entry science, p2 - and I agree that the duplicate suggestion is useful, I don't think it works when you are looking to pull out one value for when there are many rows for each subject.
My question is 'how do I pull out 1 specific row which a particular value of subject and grade? Any ideas please