Problem with arrays

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I have 2 arrays:

Array ( 
           [0] => Array (
                                [0] => 28 
                                [1] => Music
                              ) 

            [1] => Array ( 
                                 [0] => 5 
                                 [1] => Books 
                              ) 

           )


and 

Array ( 
           [0] => aaa
           [1] => bbb
           )

I want to join this two array and the result must be loke this: 

Array ( 
           [0] => Array (
                                [0] => 28 
                                [1] => Music
                                [2] => aaa
                              ) 

            [1] => Array ( 
                                 [0] => 5 
                                 [1] => Books
                                 [2] => bbb 
                              ) 

           )


Thanks in advance for your help

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux