$blog = "sleeptalkinman.blogger.com";$username = split('\.', $blog)[0];
should give you what you're after, as long as you have the URL like above.
$blog = "sleeptalkinman.blogger.com";$username = split('\.', $blog)[0];
should give you what you're after, as long as you have the URL like above.