winstonford on 06/22/10
Last Edited at 06/22/10 01:20am
<?php$tld = strrchr ( $_SERVER['SERVER_NAME'], "." );$tld = substr ( $tld, 1 );echo $tld;?>
Report this snippet Tweet
Comment:
You need to login to post a comment.