300x250
반응형
include 'class.snoopy.php';
$snoopy=new snoopy;
$snoopy->fetch("http://ppss.kr/archives/79299");
$txt=$snoopy->results;
$rex="/[0-9]{4}/";
preg_match_all($rex,$txt,$o);
print_r($o);
300x250
반응형