21,893
社区成员




$rpstr = "<img src=\"attachments/month_";
$mystr = "<img src=\"http://www.ccav.com/attachments/month_";
$me = str_replace($rpstr,$mystr,@me);
$str = "<img src=\"attachments/month_0910/s2009102391151.gif\" border=\"0\" alt=\"\"/>";
echo preg_replace("/(src=\")/","$1http:\/\/www.ccav.com\/",$str);
$str = "<img src='attachments/month_0910/s2009102391151.gif' border='0' alt=''/>";
echo preg_replace("/(src=')/","$1http:\/\/www.ccav.com\/",$str);