was able get get API - now, need to display array in html tables

vietvbb

New Member
I was able to finally display an API using $json_output = json_decodewhen I uplaoded the file it displayed an array ( at least thats what it looks like):\[code\]stdClass Object([ProfileSections] => Array ( [0] => stdClass Object ( [SectionType] => ContactCard [Sections] => Array ( [0] => stdClass Object ( [ContentType] => ProfileBio [Title] => [Description] => [Data] => One of the first actors is believed to be an ancient Greek called Thespis of Icaria. \[/code\]and now I would like to take this and display in html - I did some research and what I was doing kept having syntax errors - this array has [13] => ... can anyone guide me on how to display this? do I save this array as array.php and bring it in somehow? - would liek to display these (content,titel,description, data ) etc in divs if I canthanks a ton,Rob
 
Back
Top