时间:2021-07-01 10:21:17 帮助过:6人阅读
$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']);