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

The Archive Base Latest Questions

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

I am trying to do a very simple list explode using spaces as the

  • 0

I am trying to do a very simple list explode using spaces as the delimiters. However, I am have some problems with the following string…

“+0.59 – +0.58%” “+0.06 – +0.14%” “-0.47 – -1.07%” “-0.77 – -0.20%” //Input

And the resultant array which is supposed to be separated by each space (quotes also removed)

Array ( [0] => +0.59 [1] => – [2] => +0.58% +0.06 [3] => – [4] => +0.14% -0.47 [5] => – [6] => -1.07% -0.77 [7] => – [8] => -0.20% )

Basically the spaces aren’t being recognized correctly. I have already tried separating it via /n /r and ‘/\s*/m’.

Here is a snippet of my code.

$open = fopen("http://finance.yahoo.com/d/quotes.csv?s=$ticker&f=c&e=.csv", "r");
$quote = fread($open, 2000);
fclose($open);
$quote = explode(" ", $quote);
foreach ($quote as &$value) {
     $value = str_replace('"',"",$value);
}
//print_r($tickerlist);
print_r($quote);
  • 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-24T01:58:35+00:00Added an answer on May 24, 2026 at 1:58 am

    Open a file in a proper editor (vim would be nice for this. maybe notepad++) and check for tab character and \r and \n.

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

Sidebar

Related Questions

I'm trying to do a very simple INSERT using VB.NET. For some reason I'm
I'm trying to keep my HTML very simple. I have a set list which
I am trying something very simple, but for some reason it does not work.
Below I have a very simple example of what I'm trying to do. I
I am trying to do some very simple form validation checking for null or
I'm trying to create a very simple chat application in Flex/.Net using FluorineFX but
Very simple problem...but weird results. Im just trying to fill a drop down list
I am trying to implement something seemingly very simple, and I have been beating
I'm trying to build a very simple location-based app and I have all of
I am trying to implement a very simple file transfer client in python using

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.