日期:2014-05-17 浏览次数:20425 次
$query = mysql_query("select old_title from pagecontents where old_id = 6316 ") or die(mysql_error() ); while ($rows=mysql_fetch_array($query)) { $a = $rows['old_title']; ......
$a = preg_replace('/[\w.\/()]/i', '$0 ', $rows['old_title']);