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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T23:37:50+00:00 2026-06-09T23:37:50+00:00

I have an XML file after doing VAR_DUMP() this is what it returns [EditorialReviews]=>

  • 0

I have an XML file after doing VAR_DUMP() this is what it returns

["EditorialReviews"]=>
      object(stdClass)#120 (1) {
        ["EditorialReview"]=>
        array(2) {
          [0]=>
          object(stdClass)#121 (3) {
            ["Source"]=>
            string(19) "Product Description"
            ["Content"]=>
            string(610) "Description."
            ["IsLinkSuppressed"]=>
            bool(false)
          }
          [1]=>
          object(stdClass)#118 (3) {
            ["Source"]=>
            string(30) "Product Description"
            ["Content"]=> "Description 2"
          }
        }

I’ve never had this, this XML file has an array inside of it, how do I get only the first one? Usually I would just do

$this->EditorialReviews->EditorialReview->Content

But that returns NULL or it doesn’t show up when there’s an array in there.

and

$this->EditorialReviews->EditorialReview->Content[0]

Gives me an error

Also, I tried using php’s simpleXML but it gave me an error too..

  • 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-09T23:37:51+00:00Added an answer on June 9, 2026 at 11:37 pm

    Try this:

    $content = is_array($this->EditorialReviews->EditorialReview)?$this->EditorialReviews->EditorialReview[0]->Content:$this->EditorialReviews->EditorialReview->Content;
    var_dump($content);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a flash file that is loading data from XML file. After I
I am trying to parse an XML file in java, after I have to
I have an XML file that reads like this <abc> <ab>value</ab> <aa>time</aa> <ac>money</ac> </abc>
I have to parse xml file and after parsing I have to out related
Let's say I have an XML file that looks like this: <a id=x> <b>
So I have this pretty large XML file (40MB) that I'll have to repeatedly
Imagine I have the folling XML file: <a>before<b>middle</b>after</a> I want to convert it into
I have a xml file that looks like this <a> <bb> <c date=20110706 time=1:20
I have xml file with such structure: ... <outer> ... <inner/> ... </outer> ...
What is the easiest way to convert xml to html? I have xml file

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.