我無法從this specific site得到meta描述/標題。獲取元標題和描述
下面是一些代碼:
$file = file('http://www.thegooddrugsguide.com/lsd/index.htm');
$file = implode("",$file);
if (preg_match('/<title>(.*?)<\/title>/is',$file,$t)) $title = $t[1];
它的工作原理與其他網站,但與有問題的網站。可能是什麼問題呢?
DO。不。使用。正則表達式。對於。解析。 HTML。 – 2011-05-24 16:34:41
最好是使用DOM API http://www.php.net/manual/en/book.dom.php – 2011-05-24 16:34:45
毒品說不...除非有免費 – 2011-05-24 16:39:18