match string in html file
Posted: Fri Jun 04, 2010 4:12 pm
Is there a way to search in html file for a specific string and the same string plus some other content? For example:
abc.php?t=123 and also abc.php?t=123&page=2 and abc.php?t=123&page=3. Is there a regex that can do the job along with preg_match()?
abc.php?t=123 and also abc.php?t=123&page=2 and abc.php?t=123&page=3. Is there a regex that can do the job along with preg_match()?