Anyone know of a good PHP tutorial for a beginner?
My immediate goal is to scrape a website (3000 pages) daily, parse the html for specific data, and put the data into a database/spreadsheet.
I have done a lot of googling and I've seen people recommend DOM with XMLReader.
Any advice on...