Quote:
|
Originally Posted by sharif_aly
why you say that ??
|
We were just being funny. In theory, anyway. At least it should have been funny to anyone who didn't have their humor gland shot off in the war.
Quote:
|
Originally Posted by sharif_aly
what i really mean is there is a website i want fetch data from it by some how like yahoo movies and i want fetch information about a movie to add it somehow to mysql data base i just want to know the idea of fetching data so i can do it on any kind of website to get data like wikipedia or any other site .
|
You could use cURL to retrieve the data, then do some post-processing on the result and then stick it in the database. That's the way I've always done it. I'd recommend grabbing the entire raw page and storing that, then you can do the post-processing at your leisure without hammering the target site to death.