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

  • SEARCH
  • Home
  • 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 7019719
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T23:13:15+00:00 2026-05-27T23:13:15+00:00

I am trying to resolve how to clean up my array and my output

  • 0

I am trying to resolve how to clean up my array and my output should be:

1) all numerical indexed and

2) no duplicate values.

This is a sampling of my current array output:

NOTE: index [3]. I am parsing those values into a new array and do not need either of them. They are merged onto the array below as you can see.

Ultimately I am preparing this for .csv format, but I need my array in some type of sequence in order to keep the data in proper presentation form.

Array // print_r();
(
    [0] => 3350
    [id] => 3350
    [1] => Williamson New England Electric
    [company] => Williamson New England Electric
    [2] => bob@jojozzz.go
    [email] => bob@jojozzz.go
    [3] => Pumps & Motors,Electronic Systems,Electrical Supply,Electrical 
    [industry] => Pumps & Motors,Electronic Systems,Electrical Supply,Electrical 
    [4] => Pumps & Motors
    [5] => Electronic Systems
    [6] => Electrical Supply
    [7] => Electrical 
)

This is what I am trying to achieve:

Array
(
    [0] => 3350
    [1] => Williamson New England Electric
    [2] => bob@jojozzz.go
    [4] => Pumps & Motors
    [5] => Electronic Systems
    [6] => Electrical Supply
    [7] => Electrical 
)
  • 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-27T23:13:16+00:00Added an answer on May 27, 2026 at 11:13 pm

    As I said in my comment, it’s probably easier to get the array as numerical array from the beginning, if you get it from a MySQL database:

    $row = mysql_fetch_row($result);
    

    Then you can do the following to split the value of the last column:

    array_splice($row, -1, 1, explode(',', end($row)));
    

    DEMO

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Ok so I've spent a couple hours trying to resolve this issue and have
Been trying to resolve this problem with a rewrite rule that assigns a subdomain
I am trying to resolve Euler Problem 18 -> http://projecteuler.net/index.php?section=problems&id=18 I am trying to
I am going nuts here trying to resolve a cascading update/delete issue :-) I
I'm trying to figure out how to resolve relatively referenced resources inside dynamically loaded
I'm trying to create a patch for cf.vim to resolve an issue with hashes.
I am trying to find a solution that will resolve a recurring deadlock situation
I'm trying to consume a webmethod but it seems that my application can't resolve
In my efforts to resolve Python issue 1578269 , I've been working on trying
I am getting the error Cannot resolve TargetName grdGeneral . What I am trying

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.