Thread: PHP Problem
View Single Post
Old 11-01-2010, 02:51:09 PM     #18 (permalink)
Betty Boop
Junior Member
 
Join Date: Jan 2010
Posts: 14
Betty Boop is on a distinguished road

Hi,

Thanks a lot. Here is the code that I am working with:

$obj = json_decode($url);
printf('<a href="%s" title="%s">%s (%d) %s %s</a>', $obj->imdburl, $obj->title, $obj->title, $obj->year, $obj->country, $obj->genres);

I presume that I will need the

new Table ('data.json', 'json-file');
Betty Boop is offline