I need a webpage script in php which has this layout and dose the following Layout: Form fileds:- user_id, password , starting number, ending number, what to search. Script in php: login to website ( http://www.website.com/auth/) using user_id and password Starts loop (from starting number, till ending number) go to page (http://www.website.com/project/00001) (0001 is starting number) search on page “what to search” if found> email me the url of the page if not found do nothing and then go to next page (http://www.website.com/project/00002)... And so on till ending number. Basically I want the script to find certain pages which contain my text and email me the list of all the pages urls. kindly pm me