Posted by Blayde on 09/20/06 22:55
Fernando Rodríguez wrote:
> Hi,
>
> How can I retrieve the "description" meta tag of a remote page?
>
> Thanks!
> Fernando
Hey Fernando,
My strategy would be to get the remote page into a variable via
file_get_contents(). Then I would use a regular expression to find the
description meta tag and get it's contents. Good luck!
-Blayde
Navigation:
[Reply to this message]
|