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 6323807
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T16:35:23+00:00 2026-05-24T16:35:23+00:00

So far I have done the following: $row = mysql_fetch_assoc($result); $row2 = mysql_fetch_assoc($result); $duplicates

  • 0

So far I have done the following:

$row = mysql_fetch_assoc($result);
$row2 = mysql_fetch_assoc($result);
$duplicates = array_intersect($row, $row2);

How do I combine the 2 arrays and make a new one that just contains one instance of the previously repeated variables? (so if array $row contained the variable ‘apple’ 2 times and the array $row2 contained the variable ‘apple’ 3 times, in the new, merged array, ‘apple’ would only appear once.

edit: I didn’t realize that the array_merge() function works differently for numbers than compared to strings. I gave the ‘apple’ example above but my arrays are dealing with product IDs which are numbers. PHP manual says

If, however, the arrays contain numeric keys, the later value will not
overwrite the original value, but will be appended.

and I need help in merging arrays with numbers, what should I do?

  • 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-24T16:35:24+00:00Added an answer on May 24, 2026 at 4:35 pm

    You can use

    $c = array_merge($a, $b);
    

    http://php.net/manual/en/function.array-merge.php

    if you want to remove duplicate values after the merge then use array_unique();

    so…

    $c = array_unique(array_merge($a, $b));
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have done the following so far: Created workspace Added my project Added the
I have not done any animation stuff with iphone development so far. Can anybody
in the following code, i would like to get the row result for column
I have been trying to make a simple web service and have been following
So far I have encountered adjacency list, nested sets and nested intervals as models
So far i have got the code below which works lovely when trying an
So far I have been creating Web Portal but recently I had a request
So far I have managed to write some code that should print the source
So far I have learned about generating thread dump and heap dump using jstack
So far i have this: mov ah,02h mov cl,11001100001111011101000b ;6,692,584 in dec mov dl,0

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.