I'm totally new to JSON, and have a json-string I need to display as a user-friendly table.

I have this file, http://ish.tek.no/json_top_content.php?project_id=11&period=week, witch is showing ID-numbers for products (title) and the number of views. The Title-ID should be connected to this file; http://api.prisguide.no/export/product.php?id=158200 so I can get a table like this:

ID | Product Name | Views

158200 | Samsung Galaxy SIII | 21049

How can I do this?

share|improve this question
2  
This is a programming question and so belongs to StackOverflow – Aurelio De Rosa Aug 28 '12 at 20:56
+1 Aurelio should be on StackOverflow – danie7L T Aug 28 '12 at 21:44

closed as off topic by Nick, Christofian Aug 29 '12 at 0:31

Questions on Webmasters Stack Exchange are expected to relate to webmastering within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.