if i could extract all href="all_sites" involve in a certain site, or i can extract all value="all_values" attribute of an <option> tag, all text inside a <th></th> tag.
I want to extract what i want.
I heard of preg_match_all() would do the trick but is there another way of doing this stuff.
Thank you for any answer...