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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T19:17:15+00:00 2026-05-30T19:17:15+00:00

http://pastebin.com/FE2i1sqV – this is the json data file… This is the code I use

  • 0

http://pastebin.com/FE2i1sqV – this is the json data file…

This is the code I use to print my city which is in json file on linenum:20

$json_string = file_get_contents("path/to/json");
$parsed_json = json_decode($json_string);
$location = $parsed_json->{'location'}->{'city'};
echo "${location}\n";

Now I’m having problems on how to print out content from the “forecast” array which is located on linenum 154 of the JSON file. Basically I need an outpout from content where period is 0, 1 and 2.
I just need a working example of one row – I can figure out the rest on my own – How else am I to learn if everyone solves everything for me 🙂

Thnx in advance 😛

  • 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-30T19:17:16+00:00Added an answer on May 30, 2026 at 7:17 pm

    Something like this?

    $array = $parsed_json->forecast->txt_forecast->forecastday;
    $new_array = array_filter($array, function($elem){return $elem->period < 3;});
    print_r($new_array);
    echo "First fcttext: " . $new_array[0]->fcttext;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a json string like this: http://pastebin.com/ckUZadwL I'm trying to use gson to
I have simple front controller plugin which contains this code: http://pastebin.com/m155c59b0 When session expire
I'm trying to use this library : http://pastebin.com/xgPXpGtw (an example of use: http://pastebin.com/fNFAW3Fh )
Possible Duplicate: splitting a string i have a string which looks like this: http://pastebin.com/m5508ff19
I have this code http://pastebin.com/hCFk0FJg Server starts and listens normally, but then when I
So I got this bit of code http://pastebin.com/RMh4eHLq from the Android dev blog (modified)
Flex your RCurl/XML muscle. Shortest code wins. Parse into R: http://pastebin.com/CDzYXNbG Data should be:
Please see the code in this pastebin: http://pastebin.com/5gKwb7gi It is quite a lot of
UPDATE: Most of my relevant source code is in this pastebin: http://pastebin.com/nhAx1jfG Can anyone
How can I convert this piece of VB6 code into C#? http://pastebin.com/f16e19351 I've tried

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.