|
|
|
อ่าน tag meta จากเว็บอื่น ต้องการอ่าน title ของเว็บอื่นเขียน code อย่างไรครับ |
|
|
|
|
|
|
|
Code (PHP)
<?php
$fcontents = implode ('', file ('https://www.thaicreate.com'));
$fcontents = stristr($fcontents, '<title>');
$rest = substr($fcontents, 7);
$extra = stristr($fcontents, '</title>');
$titlelen = strlen($rest) - strlen($extra);
$gettitle = trim(substr($rest, 0, $titlelen));
echo "Coming from: " . $gettitle . "<p>";
?>
|
|
|
|
|
Date :
2009-06-11 18:25:42 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณมากครับ
|
|
|
|
|
Date :
2009-06-11 20:12:34 |
By :
pun05 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ok ครับใช้ได้ดีเลย ผมก็มั่วกับ code ข้างบนตั้งนาน
ขอบคุณครับ
|
|
|
|
|
Date :
2009-06-11 20:22:29 |
By :
pun05 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|