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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T01:11:13+00:00 2026-06-06T01:11:13+00:00

I am getting the value from my JSON like so: $adarray = json_decode($addata); if($adarray->{‘zone’}

  • 0

I am getting the value from my JSON like so:

$adarray = json_decode($addata);
if($adarray->{'zone'} == 'homepage'){
    $chan = 'homepage';
}else if($adarray->{'subcat'} == 'main'){
    $chan = $adarray->{'cat'};
}else{
    $chan = $adarray->{'subcat'};
}
echo $chan;

It the else if and else it works perfectly however, I am having trouble with the first part:

When this JSON data is parsed into the if statement it should return ‘homepage’ yet it just returns the JSON data back, why?

{"zone":"homepage"}
  • 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-06T01:11:14+00:00Added an answer on June 6, 2026 at 1:11 am

    Tried the same code on php tester, and got the correct output. Once see if your code is correct.

    Try this yourself on http://phptester.net/ :

    <?php
    $adarray = json_decode('{"zone":"homepage"}');
    if($adarray->{'zone'} == 'homepage'){
        $chan = 'homepage';
    }else if($adarray->{'subcat'} == 'main'){
        $chan = $adarray->{'cat'};
    }else{
        $chan = $adarray->{'subcat'};
    }
    echo $chan;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Getting single key from Value I would like to do a backwards selection from
I am getting a response String from server like below { "name": "Json", "detail":
So, I'm getting a bunch of string values from a JSON object and then
i am working on a project where i am getting date value from date-picker
I was having a look at this question: Getting random value from a SQLite
I am getting a textbox value from a form, i which the customer inputs
From the code below I am getting a cell value from the selected row
I'm having an issue getting the correct value from my drop down box. Basically
hi from my db i am getting a value as string type and when
Greetings! I'm having a problem getting a text value of a captcha from a

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.