identifying same texts in 2 web pages
Posted: Mon Mar 15, 2010 1:17 am
i need to identify the similar texts in two web pages and remove themm...
i need to store the text that is between the <b> and</b> in an array...that is for example... <b> hello everyone</b> ..i need to store " hello everyone" in an array ...
i will do it for all <b> tags in page 1 and then page 2 and then compare the text in both the pages to find similar matches and remove them ..
please help me code it in php
i need to store the text that is between the <b> and</b> in an array...that is for example... <b> hello everyone</b> ..i need to store " hello everyone" in an array ...
i will do it for all <b> tags in page 1 and then page 2 and then compare the text in both the pages to find similar matches and remove them ..
please help me code it in php