Hi there,
I got this array issue:
this array I use on my site:
I search this array for a key with the value "yes"
Now I'm looking to get the name of the index. F.E. if "solutionactief1" is "yes" I need the "solutionposition1" as well.
So I thought to substract the "1" out of the index name and combine this with "solutionposition" to get "solutionposition1".
But I can't catch the index name.. Who can help me out here?.
_j