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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T08:12:51+00:00 2026-05-18T08:12:51+00:00

Hey all. I need to create an array of first names from another array

  • 0

Hey all. I need to create an array of first names from another array of first and last names. So basically the original array with first and last names looks like this:

Original Array

array("John Doe", "Jane Doe", "John Darling", "Jane Darling");

And the array I need to create from that would be:

New Array

array("John", "Jane", "John", "Jane");

So I guess for each value I would need to remove whatever comes after the space. If someone can point me in the correct direction to use regular expressions or some array function that would be great.

Cheers!

Update:
Thank you all for your answers.

  • 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-18T08:12:51+00:00Added an answer on May 18, 2026 at 8:12 am

    this should do the trick, and if it shouldn’t I’m really sorry but haven’t slept this night :P, but you’ll get the idea 😉

    <?php
        $secondarray=array();
        foreach($firstarray as $fullname){
            $s=explode(' ',$fullname);
            $secondarray[]=$s[0];
        }
    ?>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hey, I need to delete all images from a string and I just can't
Hey all i am in need of some help getting my code working correctly
Hey all i am in need of some help trying to figure out how
Hey all i am in need of some helpful tips/advice on how to go
Hey all, i am in need of some help with keeping an image aspect
Hey all, I am using http://pastie.org/966473 as a reference as all I need to
Hey all i am in need of a little help with figuring out how
Hey all, i am in need of some help with figuring out how to
hey all, throwing this one out there... hope it's a simple one. using the
Hey all, my first post :D Problem: I'm trying to make a template gallery,

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.