|
|
|
link อัตโนมัติ ทำไงคับ ต้องการให้ข้อความที่เป็นชื่อเว็บและเมลล์เป้นลิ้งอัตโนมัติ ต้องเขียนไงเหรอครับ |
|
|
|
|
|
|
|
function autolink($temp)
{
//สร้างลิงค์อีเมล์
//$temp = eregi_replace ("([^[:space:]]*)@([^[:space:]]*)([[:alnum:]])","<a href=\"mailto:\\1@\\2\\3\">\\1@\\2\\3</a>",$temp ) ;
$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);
// สร้างลิ้งค์ http://
$temp = preg_replace("#(^|[\n ])([\w]+?://[^ \"\n\r\t<]*)#is", "\\1<a href=\"\\2\" target=\"_blank\"><font color=#FF6600>\\2</font></a>", $temp);
//สร้างลิ้ล์ 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 ) ;
}
หลังว่าคงจะมีประโยชน์ครับ
|
|
|
|
|
Date :
23 ก.ย. 2551 18:23:19 |
By :
@W_IN |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณมากๆนะครับสำหรับคำแนะนำ
|
|
|
|
|
Date :
24 ก.ย. 2551 12:47:41 |
By :
สดสด |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|