Hi,
I just want to copy the content from Wikipedia. Daily i want to do it. But this should be done automatically. can anyone tel me how to do this in php? is there any function to copy the content of any article?
How to copy the article from wiki
Moderator: General Moderators
Re: How to copy the article from wiki
you can use file_get_contents() and pass the website url...but it is illegal to do so...wiki will most likely block the ip..
Re: How to copy the article from wiki
what you are saying....i saw some that wiki is free to use the content....
-
klevis miho
- Forum Contributor
- Posts: 413
- Joined: Wed Oct 29, 2008 2:59 pm
- Location: Albania
- Contact:
Re: How to copy the article from wiki
If I remember right, there should be a wikipedia API.
If not, try using the CURL library and regular expressions.
If not, try using the CURL library and regular expressions.