Skip to content

Tag: html

How to display nested JSON data in PHP

this is my JSON {“status”:1,”error”:0,”packet_list”:[{“booked_packet_id”:”22597002″,”booking_date”:”29/01/2020″,”track_number”:”LE782095573″,”track_number_short”:”782095573″,&#82…

Display only 10 List Items using PHP?

I have built a subcategory widget, which pulls all subcategories from a parent cat ID and displays them as list items. I only want to display 10 list items and beyond that, display a “view all” link …