Monthly Archives: November 2015

Online form analyzer for webbots form fields finder

As a webbot developer i need to analyze my target website’s form to check what are the fields that i will deal with them and get as much information as possible about the form so i decided to develop a tool to analyze the online forms, it will give you a detailed information about the… Read More »

PHP scraping using DOM and XPath tutorial

Table of contents Intorduction DOM Tree Terminology What are Nodes? Retrieve your document Prepare your file using Tidy DOM Returned values Locating Nodes Load document A single element example A list of elements example XPath XPath Conditions XPath real example Resources Introduction To scrape data from a website you will need to look first into the… Read More »