使用PHP 連結字串中的URL
問題:
問題:問題:
問題:
問題:<code class="php">$string = "Look on http://www.google.com"; $string = preg_replace("~[[:alpha:]]+://[^<>[:space:]]+[[:alnum:]/]~", "<a href=\"\0\">\0</a>", $string);</code>
問題:
<code class="php">$string = "Look on http://www.google.com"; $string = ereg_replace("~[[:alpha:]]+://[^<>[:space:]]+[[:alnum:]/]~", "<a href=\"\0\">\0</a>", $string);</code>
以上是如何使用 PHP 將字串中的 URL 轉換為可點擊的連結?的詳細內容。更多資訊請關注PHP中文網其他相關文章!