Back to homepage

Twitter MBA Rankings

A ForeignMBA.com exclusive. We rank the best business schools in the world according to their official Twitter account
[insert_php]
$pag=$_REQUEST[pag];
if (empty($pag)) {
$pag=1;
}
$aincluir=”/home/foreignm/public_html/twitter/static/ranking_” . $pag .”.txt”;
//echo $aincluir;
if (file_exists($aincluir)) {
include($aincluir);
} else {
echo “Ranking not available”;
echo $aincluir;
}

[/insert_php]