Download And Search Multiple Pages Using PHP

August 2, 2011 | 0 Comments

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

Read more…

Filed Under: PHP

How to Download a Web Page in WinForms

January 18, 2009 | 0 Comments

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.

Read more…

Filed Under: WinForms