> preg_match_all('/<[s]*meta[s]*name="?' . '([^>"]*)"?[s]*' .
> 'content="?([^>"]*)"?[s]*[/]?[s]*>/si', $this->html, $this->mnm);
What does this command do? Parse an entire page,
search for meta tags and extract them into variables??
I guess this will cost a LOT of speed...
:-(
>> I've heard of a tool that creates "static" pages by "physically"
>> including all contents into a page
>> The link to that tool was:
>> http://gentoo-portage.com/browse-pro...p?program=1064
>
> wget does that as well iirc
From what I read, wget mirrors a remote http site to hard drive -
so in the end I would have html content, not php.