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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T12:32:48+00:00 2026-06-18T12:32:48+00:00

My original data is aaa,bbb,ccc , how to converse string to array? how to

  • 0

My original data is "aaa","bbb","ccc", how to converse string to array?

how to get the result like aaa<hr />bbb<hr />ccc<hr />? my code only return "aaa","bbb","ccc"<hr />.

$str = '"aaa","bbb","ccc"';
$ddd = array($str);
foreach($ddd as $aaa){
    echo $aaa.'<hr />';
}
  • 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-18T12:32:50+00:00Added an answer on June 18, 2026 at 12:32 pm

    This will do the job:

    <?php
    $str = '"aaa","bbb","ccc"';
    
    $array = explode(',', $str);
    
    foreach ($array as $element) {
        echo substr($element, 1, -1).'<hr />';
    }
    ?>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does the original data type of the username string in a call to FormsAuthentication.SetAuthCookie(...)
Would be possibile to get the original data type after applying the ArrayToStringTransformer to
original column is like: 0.45::rafas::4.0::0.0::0.9 0.35::rasaf::4.0::110.0::1.0 and i would like to break the string
Why do I get original data changed in the calling method, even if copying
Return an immutable interface to the original data. You can then change fields in
I have a query that returns data like this: Store Product CasesPerStore Bob's Original
In Python 2.5 I stored data using this code: def GLWriter(file_name, string): import cPickle
I want to extract original data from signed content. In the following code, the
My original data set has 62 variables. For variables c(3:56) I would like to
We get this daily data feed. (We have no control over the original data,

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.