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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T09:38:32+00:00 2026-05-31T09:38:32+00:00

I’ve been working on this but haven’t found any solution yet. I need to

  • 0

I’ve been working on this but haven’t found any solution yet. I need to parse such string into associative array (PHP)

Result: ssl_card_number=35****0000 ssl_exp_date=1212
ssl_amount=33.55 ssl_invoice_number=0 ssl_description=
ssl_company=Some Company ssl_first_name=John ssl_last_name=Cater
ssl_avs_address=Test St. ssl_address2= ssl_city=Sandy ssl_state=Utah
ssl_avs_zip=84075 ssl_country=United States ssl_phone=
ssl_email=johncarter@gmail.com ssl_result=0
ssl_result_message=APPROVED
ssl_txn_id=00000000-0000-0000-0000-00000000000
ssl_approval_code=123456 ssl_cvv2_response=P ssl_avs_response=X
ssl_account_balance=0.00 ssl_txn_time=03/14/2012 06:58:27 PM

This string is what’s coming from Merchant Service (the one above contains fake data) so I need to parse it out and reach the values like this

$card_number = $parsed["ssl_card_number"];

How can I accomplish it? Note: All the keys start with ssl_ it can be helpful somewhere maybe.

  • 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-31T09:38:33+00:00Added an answer on May 31, 2026 at 9:38 am
    $string = 'ssl_card_number=35****0000 ssl_exp_date=1212 ssl_amount=33.55 ssl_invoice_number=0 ssl_description= ssl_company=Some Company ssl_first_name=John ssl_last_name=Cater ssl_avs_address=Test St. ssl_address2= ssl_city=Sandy ssl_state=Utah ssl_avs_zip=84075 ssl_country=United States ssl_phone= ssl_email=johncarter@gmail.com ssl_result=0 ssl_result_message=APPROVED ssl_txn_id=00000000-0000-0000-0000-00000000000 ssl_approval_code=123456 ssl_cvv2_response=P ssl_avs_response=X ssl_account_balance=0.00 ssl_txn_time=03/14/2012 06:58:27 PM';
    
    $result = array();
    $arr = preg_split('/\s+ssl_/', $string);
    foreach ($arr as $l) {
            $tmp = explode('=', $l, 2);
            $result['ssl_' . $tmp[0]] = $tmp[1];
    }
    print_r($result);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I have a French site that I want to parse, but am running into
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I want to count how many characters a certain string has in PHP, but
For some reason, after submitting a string like this Jack’s Spindle from a text
this is what i have right now Drawing an RSS feed into the php,
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I need to clean up various Word 'smart' characters in user input, including but
Does anyone know how can I replace this 2 symbol below from the string
I have a jquery bug and I've been looking for hours now, I can't

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.