• Stars
    star
    1
  • Language
    PHP
  • Created about 8 years ago
  • Updated about 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A crawler is a program that visits Web sites and reads their pages and other information in order to create entries for a search engine index. This is a simple PHP webcrawler sample code. index.php is a simple Html code with a form field(type the url of the site you want to crawl) and a button(POST which calls the crawler.php) .