Downloading data from internet

Downloading data from internet

am 29.03.2006 04:50:02 von Don

I would like to send my PHP or MySQL out and get the stock data I need for
me. Can they do this?
Don

Re: Downloading data from internet

am 29.03.2006 22:16:23 von avidfan

Don wrote:

> I would like to send my PHP or MySQL out and get the stock data I need for
> me. Can they do this?
> Don

yes.


you can use cURL to get the page, then use PHP to extract the data and
store it in a mysql db.