|
|
|
ขอcode auto link ด้วยครับ(มือใหม่หัดเขียน) ขอcode auto link ด้วยครับ(มือใหม่หัดเขียน) |
|
|
|
|
|
|
|
<meta http-equiv=refresh content=2;URL='url ที่ต้องการ'>
อันนี้ใช่ม๊ะ ลองเอาไปใช้ดู....
|
|
|
|
|
Date :
21 มิ.ย. 2550 13:05:01 |
By :
หนุ่มคุง |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<meta http-equiv=refresh content=2;URL='url ที่ต้องการ'>
content=2 คืออะไรเหรอครับ เห็นบางคนก็ content=1 บางคนก็ content=3
|
|
|
|
|
Date :
26 มิ.ย. 2550 14:18:37 |
By :
iowa |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<?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 ) ;
}
?>
|
|
|
|
|
Date :
2009-07-02 08:43:14 |
By :
อิอิ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
No. 2 คือระยะเวลาในการรอที่จะ Link ไปครับ
|
|
|
|
|
Date :
2013-02-22 18:05:15 |
By :
TotEcom |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|