PHP Ma.cx subdomain tool

Ma.cx subdomain tool

<?
$domain = ".ma.cx";
$get = substr($_SERVER['HTTP_HOST'], 0, -strlen($domain));
echo $get;
?>