I want to use PHP (possibly with Curl/XPath?) to extract data from Wikipedia pages. What would be the best way to go about this? I’ll be using CakePHP for this project, although just need to figure out how to get this working first.
I want to use PHP (possibly with Curl/XPath?) to extract data from Wikipedia pages.
Share
You can fetch some data with this PHP function that uses CURL: