ramsiva 0 Junior Poster

Below is my array i need help for getting ans store this array into ---> array( "0" => array ("ex1" => ff,"ex2" => 3));

Array
(
    [0] => Array
        (
            [0] => Array
                (
                    [ex1] => ff
                    [ex2] => 3

                )

        )

    [1] => Array
        (
            [0] => Array
                (
                    [ex1] =>ww
                    [ex2] => 3

                )

        )

    [2] => Array
        (
            [0] => Array
                (
                    [ex1] => yy
                    [ex2] => 8

                )

            [1] => Array
                (
                    [ex1] => xx
                    [ex2] => 3

                )

        )

)
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.