lwaters5 Posted March 28, 2011 Share Posted March 28, 2011 I am a newbie and I am trying to do a site scraping project to obtain all the following fields: Test Year, Test Name, Grade Level, Question #, Question Type, Reporting Category, Standard #, Standard description, Example Question (with image) for this web page that has a page for each question. http://www.doe.mass.edu/mcas/search/question.aspx?mcasyear=2010&QuestionSetID=1&grade=8&subjectcode=MTH&questionnumber=36 I am a newbie at PHP and would love if you could point me in the right direction. The page uses tables and I need to extract the data from the body of the page as well as some of the info from the url and then have it inserted into a MySQL database. Thank you so much for your help. Link to comment https://forums.phpfreaks.com/topic/231961-web-scraping-question/ Share on other sites More sharing options...
RichardRotterdam Posted March 28, 2011 Share Posted March 28, 2011 look into cURL to get the page content. And then try to parse it with something. Link to comment https://forums.phpfreaks.com/topic/231961-web-scraping-question/#findComment-1193352 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.