|
|
|
เว็บบอร์ดผม ตอนผู้ใช้ นำลิงค์มาวางแล้ว แต่ตอนแสดงผล ไม่สามารถกดลิงค์ได้ |
|
|
|
|
|
|
|
Code (PHP)
function autolink($temp)
{
//link email
$temp = preg_replace("#(^|[\n ])([a-z0-9&\-_.]+?)@([\w\-]+\.([\w\-\.]+\.)*[\w]+)#i", "\\1<a href=\"mailto:\\2@\\3\"><font color=#FF6600>\\2@\\3</font></a>", $temp);
//link http://
$temp = preg_replace("#(^|[\n ])([\w]+?://[^ \"\n\r\t<]*)#is", "\\1<a href=\"\\2\" target=\"_blank\"><font color=#FF6600>\\2</font></a>", $temp);
//link www.
$temp = preg_replace("#(^|[\n ])((www|ftp)\.[^ \"\t\n\r<]*)#is", "\\1<a href=\"http://\\2\" target=\"_blank\"><font color=#FF6600>\\2</font></a>", $temp);
return ( $temp ) ;
}
Go to : PHP Autolink อยากได้ครับ เวลาโพสข้อความลงในเว็บบอร์ด ข้อความที่มี link อยากให้มันใส่ Tag
|
|
|
|
|
Date :
2011-09-20 13:41:08 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณ พี่วินมากๆ ครับ
|
|
|
|
|
Date :
2011-09-20 20:24:19 |
By :
anirut_yam |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a href="http://www.phuchiangta.com" target="_blank"><img src="http://www.phuchiangta.com/phuchiangta.gif" border="0" alt="Phuchiangta Herbland"></a>
<a href="http://www.phuchiangta.com" target="_blank"><img src="phuchiangta.gif" border="0" alt="Phuchiangta Herbland"></a>
|
|
|
|
|
Date :
2011-09-20 21:38:20 |
By :
pichit66 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|