Sorry for the silly question, but i don't know a word of php.
I want to use the blog subdomain names as Flickr tags.
For example my blog names are something similar to:
http://newyork.blog.com or http://london.blog.com
i need to automatically retrieve the word "newyork" or "london", and use them as tags for each sub blog (using "substr" i presume)
can you tell me how to extract them from the bloginfo('name') in php, and creating a new string with them?
My goal is to show in every sub blog, flickr photos related to the sub blog title.
Thanx!