[ad_1]
You define wrong the array.
Should be:
array(
key => value,
key2 => value2,
key3 => value3,
...
)
From: PHP array manual
3
[ad_2]
solved Acces to element of array [closed]
[ad_1]
You define wrong the array.
Should be:
array(
key => value,
key2 => value2,
key3 => value3,
...
)
From: PHP array manual
3
[ad_2]
solved Acces to element of array [closed]