is there any web crawling library in php that have complete functionality.i want to extract html tags from sites but i did not found any libray that extract html tags with different ways(e.g with respect to their attributes etc.)
Thanks kazmi
jatar_k
6:50 pm on Jul 13, 2009 (gmt 0)
Welcome to WebmasterWorld kazmi,
maybe www::mechanize in perl, can't think of one for php, you could try [phpclasses.org...]
you could also look through regex repositories looking for patterns for extracting these. I've seen some around.