The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
finding key instead of value
Ok I have the following array:
PHP Code:
PHP Code:
PHP Code:
|
#2
|
||||
|
||||
Look into array_search()
Another option (I find it faster if you do it often) is creating a duplicate array that is flipped with array_flip(), then you can just use $array['Venore'] to get your 0 value. |
#3
|
|||
|
|||
Thank you very much SirAdrian, I'll give a try!
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|