Skip to content

Instantly share code, notes, and snippets.

$majestic_raw = get_page("http://developer.majesticseo.com/api_command?app_api_key=".$majestic_key."&cmd=GetIndexItemInfo&items=1&item0=$website");
$majestic_data = xml2array($majestic_raw);
$majestic_site_raw = $majestic_data['Result']['DataTables']['DataTable']['Row']['value'];
$majestic_array = explode('|',$majestic_site_raw);
echo $majestic_array['4'];
<?php
echo "test";
?>