Hi Sid,
Are you talking about looking for comments in a particular website or
just crawling around looking at random sites for comments. You can use
the curl library as, a request will return HTML and then, you can use
regular expressions to look for comment structure in the DOM code. To
randomly look at websites you need some kind of a repository of web
addresses. Well, it is a mega task but, you can start by using some
screen scrappers to look at web-directories and collect urls which can
pass the results to the above code to locate particular type of
comments. I hope this is what you were looking for.

Cheers,
Mark S.

On Feb 7, 3:44 pm, Sid Bachtiar <[email protected]> wrote:
> Hi,
>
> I thought initially that this is what Google Code Search does, but seems not.
>
> Let say you want to find a website with certain html comments in it,
> how would you go about doing that?
>
> Regards,
>
> Sid
> --
> Blue Horn Ltd - System Developmenthttp://bluehorn.co.nz
--~--~---------~--~----~------------~-------~--~----~
NZ PHP Users Group: http://groups.google.com/group/nzphpug
To post, send email to [email protected]
To unsubscribe, send email to
[email protected]
-~----------~----~----~----~------~----~------~--~---

Reply via email to