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