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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T08:08:45+00:00 2026-06-01T08:08:45+00:00

In PHP i have this string variable: $var = 00480722 ZF452D041502 13 9900 153370178;

  • 0

In PHP i have this string variable:

$var = " 00480722                ZF452D041502    13      9900        153370178";

When I do explode, i get something like this:

$var = explode(" ",$var);
echo count($var);

// prints -> 36

so this explode makes an array of 36 elements, most of which are "". How do I shrink all of those multiple spaces in between the data so I can do explode and just get :

$var[0] -> 00480722
$var[1] -> ZF452D041502
...
$var[4] -> 153370178
  • 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-06-01T08:08:46+00:00Added an answer on June 1, 2026 at 8:08 am

    You could use a regular expression split:

    $var = preg_split('/\s+/', trim($var));
    

    This will split on any number of sequential space characters. The trim is used to prevent empty matches at the beginning and/or end of the input string.

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

Sidebar

Related Questions

I have this string in PHP: $string = name=Shake & Bake&difficulty=easy; For which I
Say i have this PHP code: $FooBar = a string; i then need a
I have an url like this: http://www.w3schools.com/PHP/func_string_str_split.asp I want to split that url to
I have this PHP code echo '<a href=# onclick=updateByQuery(\'Layer3\', ' . json_encode($query) . ');>Link
How to construct new variable in C#. I mean, to have sth like this
I have a basic string question in PHP. Let's say I have a variable
Say you have a class like this: class MyClass: def __init__(self, var1): self.var =
I am not strong on my PHP knowledge, but I have never seen this
its a little bit hard to understand. in the header.php i have this code:
I have this php code, with which I am trying to generate a popup

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.