Codex tools: Log in
Returns the address of the blog specified by ID.
<?php get_blogaddress_by_id($blog_id); ?>
<?php$blog_id = 1;echo 'Blog '.$blog_id.' can be found at '.get_blogaddress_by_id( $blog_id );?>