$text = file_get_contents( "http://www.bulaoge.com" );
echo $text;
preg_match_all( "/<a.+href=([\'\"]?)(.+)\\1.+>.+<\/a>/isU", $text, $match );print_r( $match );