Tag: Download Webpages

Download And Search Multiple Pages Using PHP

August 2, 2011 | By | Add a Comment

Here is a simple way to loop through a list of URLs, download the page and search the contents for a string.

Continue Reading

How to Download a Web Page in WinForms

January 18, 2009 | By | Add a Comment

Sometimes a desktop application might need to download a web page to be displayed to the user or screen scrapped. I did this in my MoviePlay application to get the IMDb (The Internet Movie Database) page of the movie.

Continue Reading