Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6572115
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T14:57:57+00:00 2026-05-25T14:57:57+00:00

I have a problem.. i want to combine two array.. multidimensional Array 1. Array

  • 0

I have a problem..
i want to combine two array..

multidimensional

Array 1.

    Array
    (
        [0] => 1
        [1] => 2
        [2] => 1
        [3] => 2
        [4] => 1
     )

Array 2

        Array
        (
            [0] => asdf
            [1] => asdfa
            [2] => asdf
            [3] => asdf
            [4] => asdfasdf
        )

I need solution like this…

        Array
        (
            [1] => asdf
            [2] => asdfa
            [1] => asdf
            [2] => asdf
            [1] => asdfasdf
        )

If there is any solution in multidimensional array please let me know.

After combine both array i need to use with foreach or any method and i want to insert array data in Database

Like this..

        ID | Value    | S_ID
        --------------------
        1  | asdf     |  1
        2  | asdfa    |  2
        3  | asdf     |  1
        4  | asdf     |  2
        4  | asdfasdf |  1

I so confused and i try lot of function and method from last 6 hours but no luck :(..

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T14:57:57+00:00Added an answer on May 25, 2026 at 2:57 pm

    Iterate over the two arrays together and create a multidimensional array:

    $newarray = array();
    
    foreach($array1 as $key => $value) {
        $newarray[] = array(
            'Value' => $value,
            'S_ID' => $array2[$key],
        );
    }
    
    print_r($newarray);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two sequential (non-associative) arrays whose values I want to combine into a
Specifically, I have two lists of strings that I'd like to combine into a
I have a problem and I want to implement the MVC pattern to my
I have problem with fancybox. I want to write a function that will run
I have problem with return statment >.< I want to store all magazine names
I have problem with HTTP headers, they're encoded in ASCII and I want to
I have problem with dynamically created image (JavaScript). I want to change the innerHTML
with my RCP program I have the problem that I want to have more
The Problem I want to press a key when I have a line highlighted
I have a little Java problem I want to translate to Python. Therefor I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.