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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T14:47:37+00:00 2026-05-12T14:47:37+00:00

I have a json feed from zoho : here , you can acces the

  • 0

I have a json feed from zoho : here, you can acces the same file unencrypted here
I like to be able to display and parse the data from that feed int html

I have ask a similar question yesterday, but the solution was a javascript, and having java disable client side can lead to nothing to display… so i will go with php. I can parse a var but a feed ?….

Question #2. Is it possible to capture a json feed, and save it as file (for backup purpose), so i will acces that file if the site go down (small possibilites)

  • 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-12T14:47:37+00:00Added an answer on May 12, 2026 at 2:47 pm

    You first have to get the JSON data from the remote server ; not sure how you can do that, considering there seems to be an authentication mecanism in place, but maybe file_get_contents or curl could help.

    Once you have that JSON string in a PHP variable, it’s just a matter of calling json_decode on it, to get your data.

    For instance :

    $json = file_get_contents('http://produits-lemieux.com/json.txt');
    
    // you can save $json to a file, if needed :
    //file_put_contents('file/path/my-file.txt', $json);
    
    $data = json_decode($json);
    
    var_dump($data);
    

    Will get you an output like this one :

    object(stdClass)[1]
      public 'Liste_des_produits1' => 
        array
          0 => 
            object(stdClass)[2]
              public 'Added_Time' => string '28-Sep-2009 16:35:03' (length=20)
              public 'prod_ingredient' => string 'sgsdgds' (length=7)
              public 'prod_danger' => 
                array
                  0 => string 'sans danger pour xyz' (length=20)
        ....
    

    Note I used the “not encrypted” version, because I have no idea what kind of API you need to use to access the crypted one (never used “zoho”)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a database at zoho creator. They feed me a json of the
I have a JSON array with ActiveRecord objects. These objects can be reconstructed using
I have two JSON objects with the same structure and I want to concat
I have a JSON result that contains numerous records. I'd like to show the
So, I have a json file and I want to get the names of
I have created a json object from ruby with cobravsmongoose, however the attributes have
I have a JSON feed (which I don't directly control, I have to ask
I'm working on a rake task which imports from a JSON feed into an
I have json object like this, the site is running codeigniter which is ultimately
Here is my situation: I have my mvc-config.xml file for my web service set

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.