Page 1 of 1

parse multiple pages in a file

Posted: Fri Jun 04, 2010 6:43 am
by playwright
I want to parse multiple html pages in a php file.. The first url is like http://www.blablabla.php?t=123. The other pages are http://www.blablabla.php?t=123&page=2 ... http://www.blablabla.php?t=123&page=3 and so goes on..I believe this can be done with regex and a loop???Any idea about how the regex can be like?

Re: parse multiple pages in a file

Posted: Fri Jun 04, 2010 9:54 am
by phdatabase
Yes, it could be done that way. Remember... regex only as the last possible option.