Skip to content

Instantly share code, notes, and snippets.

@CircleSquaredPublishing
Created October 3, 2015 18:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CircleSquaredPublishing/69bf2e4321002c6ab21a to your computer and use it in GitHub Desktop.
Save CircleSquaredPublishing/69bf2e4321002c6ab21a to your computer and use it in GitHub Desktop.
Step 3: Display the Results on Screen
/******************************************
3. Collect, display and decode the results.
*******************************************/
$results= file_get_contents($name);
print_r($results);
$fb_array= json_decode($results, true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment