Skip to content

Instantly share code, notes, and snippets.

@lornajane
Created July 28, 2015 19:22
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 lornajane/d79eba0a3fc7dda43ed3 to your computer and use it in GitHub Desktop.
Save lornajane/d79eba0a3fc7dda43ed3 to your computer and use it in GitHub Desktop.
<?php
$client = new SoapClient('http://api.radioreference.com/soap2/?wsdl&v=latest');
$countries = $client->getCountryList();
print_r($countries);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment