PHP の問題、解決が急務、長い間悩んでいます、専門家を助けてください
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> $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']); <div class="clear"></div>