How can I crawl through dynamic pages using php ?

Ethan

New member
I am making crawler using php & i am able to crawl through HTML pages, but when any dynamic page comes it stops,
abc.php?xy=z

Crawlers crawls through search engine friendly URL but how the dynamic pages are converted into final html ?

i use to read links from pages for further crawl using reg. expressions :
/<a(?:[^>]*)href=\"([^\"]*)\"(?:[^>]*)>(?:[^<]*)<\/a>/
Can anyone explain it character by character ?
 
Back
Top