$cut=explode('<span itemprop="ratingValue">', $code); $cut=explode("</span>", $cut[1]); $str=$cut[0]; echo $str;