Tag: Download Webpages
Download And Search Multiple Pages Using PHP
Here is a simple way to loop through a list of URLs, download the page and search the contents for a string.
How to Download a Web Page in WinForms
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.



Connect