What would be the easiest way to search an array for a unique value, and then telling me what array key it is in. I've tried array_search but that doesn't seem to work, I think it's because i'm searching for a string, not exactly sure though. Each key of the array is structured like this
I'm trying to search the whole thing for the objectno, and then tell me which key it isPHP Code:"objectno";"objectname";"objectclassname";"objecttype";"description";
cheers for any help






Reply With Quote


