On Monday 06 May 2002 08:34, Mizery De Aria wrote:
> I have stored the contents of a web page using:
>
> $src = implode("", file($url));
>
> In the source contains:
>
> Random title here
>
> What method can I use to store the title of the page into a variable?
> Keep in mind that the above str
I have stored the contents of a web page using:
$src = implode("", file($url));
In the source contains:
Random title here
What method can I use to store the title of the page into a variable?
Keep in mind that the above string is part of an entire html document.
--
PHP General Mailing
2 matches
Mail list logo