2

Possible Duplicate:
How to implement a web scraper in PHP?

I would like to retrieve some data from a website. For example, I want to get some data from a supermarket website. I want to get the goods name, price, etc.. into mysql. What should I do?? Using php or other language. Do you have any tutorial pages provided? I really have no idea. Please help.

Community
  • 1
  • 1
red23jordan
  • 2,841
  • 10
  • 41
  • 57

1 Answers1

0

You can use YQL or just PHP function file_get_contents(). Also, read about curl

Mindaugas
  • 326
  • 1
  • 5
  • 17