|
script which can read source code of a page?
for example i have 1000 webpages, and thier usl of the form - example.com/example.php?page=1, example.com/example.php?page=2, ....... , example.com/example.php?page=1000, now if there is written a word - hello on any two out of thousand pages, supposing i have the method of finding source code of all of the pages, i can put it all through loop and find what two pages have hello written in them using regexp. But problem is how can i make my program read page's source code?
__________________
Everything is simpler with jQuery!
|