Skip to content

Instantly share code, notes, and snippets.

@usualoma
Last active December 17, 2015 20:37
Show Gist options
  • Save usualoma/382038a3794868d1934e to your computer and use it in GitHub Desktop.
Save usualoma/382038a3794868d1934e to your computer and use it in GitHub Desktop.
<?php
$entries = include('https://example.com/mt/mt-data-api.cgi/v2/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