Created
December 6, 2014 05:00
-
-
Save usualoma/0fa9e1c9d5c9919c036e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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