The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I have the following Array
with print_r($output); Code:
Array ( [Peter] => 32 [Bibo] => 4 [Lili] => 2 [Uwe] => 2 [Didi] => 1 [Freak] => 0) Code:
Array ( [0] => Peter [1] => Bibo [2] => Lili [3] => Uwe [4] => Didi [5] => Freak) Code:
Array ( [0] => 32 [1] => 4 [2] => 2 [3] => 2 [4] => 1 [5] => 0) e.g $key[] = ? // Peter, Bibo, Lili etc. $value[] = ? // 32, 4 ,2 etc For a table like this Code:
Key / value __________ Peter / 32 Bibo / 4 Lili / 2 |
#2
|
||||
|
||||
![]() PHP Code:
|
#3
|
||||
|
||||
![]()
Jep.
Thats work. The print_r command confused me. Thank you very much PcFreak |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|