Jump to content

Help with concept name (reading external URLs, then parsing content)


phpwiley

Recommended Posts

I am continuing to learn PHP and usually I do ok with online tutorials and examples -- I can learn a given concept fairly quickly. 

 

I don't know the accepted name for the following concept -- if someone could give me the name, abbreviation, or a phrase that accurately describes the following, it will help me find tutorials/samples so I can learn it:

 

CONCEPT:  code that reads multiple (x) pages with a certain frequency (y times per day), parses the contents of each page, inserts rows of "found data" into a MySQL database and then allows a user to view a condensed report from that database.

 

SPECIFIC APPLICATION: I am helping a group of biodiesel enthusiasts who need to be able to search multiple cities of the Craigslist service for diesel cars.  The process of going to DC, Baltimore, Philadelphia, Richmond, etc., is very time consuming, and in addition results based on the keyword DIESEL contains a lot of unwanted large trucks (RAM 3500, Ford 350, etc.)  By having some code that reads all of these city URL's, and then inserts the results into a DB, we can then weed out the trucks from the cars based on more specific keywords (omit RAM, 3500, 350, CHEVY, CHEVROLET, etc. and include TDI, VW, Volkswagen, MB, Mercedes, 300, 300D, etc.)

 

Thank you for any tips on the name of this concept so that I can more effectively teach myself how to accomplish this.

 

:)

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.