$row=mysql_fetch_array($result);為什么提交以后總是說代碼不夠規(guī)范
2015-01-08
$pattern='/\w+@\w+.[com|cn]+/';
preg_match($pattern, $subject, $matches);
print_r($matches);
preg_match($pattern, $subject, $matches);
print_r($matches);
2015-01-07