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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T07:22:52+00:00 2026-05-26T07:22:52+00:00

im trying to get to the data in this multidimetional array. Array ( [return]

  • 0

im trying to get to the data in this multidimetional array.

Array ( [return] => Array ( 
 [0] => stdClass Object ( 
  [array] => Array ( 
   [0] => ADMIN 
   [1] => http://www.adminpage.co.za/ ) ) ...

but when i try

$result = $array->return;
print_r($result);

i get

Notice: Trying to get property of non-object in ... on line 10

if i try and call it as an array:

$result = $array[0];
print_r($result);

I get

 Undefined offset: 0 in ... on line 10
  • 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-26T07:22:53+00:00Added an answer on May 26, 2026 at 7:22 am

    -> is an operator for objects, not arrays. Use [] on arrays. For example:

    1. $array['return'] will give you the array whose 0th element is
      stdClass
    2. $array['return'][0] will give you the object
    3. $array['return'][0]->array will give you the array whose 0th element is “ADMIN”
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to get Json format data from this website .. http://www.livetraffic.sg/feeds/json however
I'm trying to get the video data from this youtube playlist feed and add
I am trying to rewrite an url with GET-data from a form. This works
this is my core data model: I'm trying to get all LanguageEntries from a
I'm trying to get character data from www.wowarmory.com using PHP and cURL. The code
i am trying to get some data, but i dont know how can i
I'm trying to get data from two MySQL tables, but having problems. Usually, I'd
Is this efficient? How could it be improved? I was trying to get data
i am trying to scrape some data from this site : http://laperuanavegana.wordpress.com/ . actually
I'm trying to get data from a web-page into my sidebar gadget via: $.get(http://localhost/index.php,

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.