Hi guys I wish to get information for entries I have in my database from wikipedia like for example some stadiums and country information. I'm using Zend Framework and also how would I be able to handle queries that return multiple ambiguous entries or the like.. I would like all the help I can get here...
|
|
|
|
|
|
|
Do a simple HTTP request to the article you are looking to import. Here's a good library which might help with parsing the HTML, though there are dozens of solutions for that as well, including using the standard DOM model which is provided by php.
Note, you will be locked out of the site if your traffic levels are deemed too high. (If you want a HUGE number of articles, download the database) |
|||
|
|
|
Wikipedia based on MediaWiki, that have API. You can try MediaWiki API on Wikipedia - http://en.wikipedia.org/w/api.php Documentation for MediaWiki API - http://www.mediawiki.org/wiki/API |
|||
|
