Skip to content

Instantly share code, notes, and snippets.

@usualoma
Created December 6, 2014 05:00
Show Gist options
  • Save usualoma/0fa9e1c9d5c9919c036e to your computer and use it in GitHub Desktop.
Save usualoma/0fa9e1c9d5c9919c036e to your computer and use it in GitHub Desktop.
<?php
$entries = include('https://example.com/mt/mt-data-api.cgi/v1/sites/1/entries.php');
foreach ($entries as $e) {
// Do stuff
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment