Display the Featured Listings

You must first complete Get and Store Featured Listings before viewing this Lesson
Please sign up for the course before starting the lesson.

We are now storing JSON for the featured listings so we are ready to display. Let’s load up the stored JSON as a PHP variable called listings and use that json_decode() we commented out earlier. $listings = json_decode(file_get_contents(“temp.json”)); It’s important to know what json_decode() does and what makes JSON so popular. Looking at the API […]

Back to: IDX Broker API > Build a Custom Featured Listings Page

Data Services Provided By IDX, LLC
Content © 2024 IDX, LLC,
All Rights Reserved.