View Single Post

  #2 (permalink)  
Old 04-29-2008
C.
 
Posts: n/a
Default Re: how insert value inner array

On 29 Apr, 12:16, nawfer <novalidsfors...@alt.al> wrote:
> if this work
> $var0['list'] = array(
> 'type1' => 'val1',
> 'type2' => 'val2',
> 'type3' => 'val3'
> );
>
> is possible to have this:
> $var0['list'] = array(
> 'type1' => 'val1',
> 'type2' => 'type3' => 'val2-3'
> );
>
> which is correct code ?


No - its syntactic and semantic garbage - and you haven't explained
what you are trying to acheive.

C.
Reply With Quote