Hi All,
I know that cURL will download a complete file.
What I really want is to take all links on a page and evaluate against my specific criteria, location of the link, etc and decide if I should grab that page and parse it for information.
More specifically, I want to find links that pertain to entertainment events and parse the data and store it in my MySQL database to populate a website for events in my area.
Would anyone have thoughts on how to accomplish?
-Jason